#8DD7EE

Color #8DD7EE Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #8DD7EE

Tints of Anakiwa #8DD7EE

Color information

#8DD7EE (or 0x8DD7EE) is unknown color: approx Anakiwa. HEX triplet: 8D, D7 and EE. RGB value is (141,215,238). Sum of RGB (Red+Green+Blue) = 141+215+238=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DD7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD7EE is #722811. Grayscale: #C3C3C3. Windows color (decimal): -7481362 or 15652749. OLE color: 15652749.

HSL color Cylindrical-coordinate representation of color #8DD7EE: hue angle of 194.23º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DD7EE is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141215238-
CMYK0.410.1000.07
HSL194.23º74.05%74.31%-
HSV(B)194.23º40.76%93.33%-
XYZ50.7260.4489.88-
YUV195.5151.9889.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 23.74%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=23.74%
G=36.20%
B=40.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412152380.410.1000.07194.2374.0574.31
Hex8DD7EE29A07c24a4a
Octal215327356511207302112112
Binary100011011101011111101110101001101001111100001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DD7EE; }

 p { color: rgb(141,215,238); }

 H1.HeaderClassName
 {
   color: #8DD7EE;
 }
 .AnyTagClassName
 {
   color: #8DD7EE;
 }
</style>
background-color css

<style>
 a { background-color: #8DD7EE; }

 a { background-color: rgb(141,215,238); }

 div.DivClassName
 {
   background-color: #8DD7EE;
 }
 .BgClassName
 {
   background-color: #8DD7EE;
 }
</style>
border-color css

<style>
 span { border-color: #8DD7EE; }

 span { border-color: rgb(141,215,238); }

 td.TdClassName
 {
   border-color: #8DD7EE;
 }
 .TagClassName
 {
   border-color: #8DD7EE;
 }
</style>