#8DD9EB

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

Shades of Anakiwa #8DD9EB

Tints of Anakiwa #8DD9EB

Color information

#8DD9EB (or 0x8DD9EB) is unknown color: approx Anakiwa. HEX triplet: 8D, D9 and EB. RGB value is (141,217,235). Sum of RGB (Red+Green+Blue) = 141+217+235=593 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.78% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DD9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD9EB is #722614. Grayscale: #C4C4C4. Windows color (decimal): -7480853 or 15456653. OLE color: 15456653.

HSL color Cylindrical-coordinate representation of color #8DD9EB: hue angle of 191.49º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DD9EB is Cyan = 0.4, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141217235-
CMYK0.40.0800.08
HSL191.49º70.15%73.73%-
HSV(B)191.49º40%92.16%-
XYZ50.7961.2987.75-
YUV196.33149.8288.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.78%
GREEN value IS 217 (85.16% from 255) = 36.59%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=23.78%
G=36.59%
B=39.63%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412172350.40.0800.08191.4970.1573.73
Hex8DD9EB28808bf464a
Octal2153313535010010277106112
Binary1000110111011001111010111010001000010001011111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,217,235); }

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

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

 a { background-color: rgb(141,217,235); }

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

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

 span { border-color: rgb(141,217,235); }

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