#8DCFEA

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

Shades of Anakiwa #8DCFEA

Tints of Anakiwa #8DCFEA

Color information

#8DCFEA (or 0x8DCFEA) is unknown color: approx Anakiwa. HEX triplet: 8D, CF and EA. RGB value is (141,207,234). Sum of RGB (Red+Green+Blue) = 141+207+234=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCFEA is #723015. Grayscale: #BEBEBE. Windows color (decimal): -7483414 or 15388557. OLE color: 15388557.

HSL color Cylindrical-coordinate representation of color #8DCFEA: hue angle of 197.42º degrees, saturation: 0.69, 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 #8DCFEA is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141207234-
CMYK0.400.1200.08
HSL197.42º68.89%73.53%-
HSV(B)197.42º39.74%91.76%-
XYZ48.1556.2386.16-
YUV190.34152.6392.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.23%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=24.23%
G=35.57%
B=40.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412072340.400.1200.08197.4268.8973.53
Hex8DCFEA28C08c5454a
Octal2153173525014010305105112
Binary1000110111001111111010101010001100010001100010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,207,234); }

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

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

 a { background-color: rgb(141,207,234); }

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

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

 span { border-color: rgb(141,207,234); }

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