#8DDBE6

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

Shades of Anakiwa #8DDBE6

Tints of Anakiwa #8DDBE6

Color information

#8DDBE6 (or 0x8DDBE6) is unknown color: approx Anakiwa. HEX triplet: 8D, DB and E6. RGB value is (141,219,230). Sum of RGB (Red+Green+Blue) = 141+219+230=590 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.90% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #8DDBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDBE6 is #722419. Grayscale: #C4C4C4. Windows color (decimal): -7480346 or 15129485. OLE color: 15129485.

HSL color Cylindrical-coordinate representation of color #8DDBE6: hue angle of 187.42º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DDBE6 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB141219230-
CMYK0.390.0500.10
HSL187.42º64.03%72.75%-
HSV(B)187.42º38.7%90.2%-
XYZ50.662.0484.17-
YUV196.93146.6688.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.90%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 230 (90.23% from 255) = 38.98%
R=23.90%
G=37.12%
B=38.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1412192300.390.0500.10187.4264.0372.75
Hex8DDBE62750Abb4049
Octal215333346475012273100111
Binary100011011101101111100110100111101010101011101110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,219,230); }

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

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

 a { background-color: rgb(141,219,230); }

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

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

 span { border-color: rgb(141,219,230); }

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