#8FCEEC

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

Shades of Anakiwa #8FCEEC

Tints of Anakiwa #8FCEEC

Color information

#8FCEEC (or 0x8FCEEC) is unknown color: approx Anakiwa. HEX triplet: 8F, CE and EC. RGB value is (143,206,236). Sum of RGB (Red+Green+Blue) = 143+206+236=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FCEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCEEC is #703113. Grayscale: #BEBEBE. Windows color (decimal): -7352596 or 15519375. OLE color: 15519375.

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

Color convert

RGB143206236-
CMYK0.390.1300.07
HSL199.35º70.99%74.31%-
HSV(B)199.35º39.41%92.55%-
XYZ48.5456.0487.62-
YUV190.58153.6394.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.44%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=24.44%
G=35.21%
B=40.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432062360.390.1300.07199.3570.9974.31
Hex8FCEEC27D07c7474a
Octal217316354471507307107112
Binary100011111100111011101100100111110101111100011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,206,236); }

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

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

 a { background-color: rgb(143,206,236); }

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

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

 span { border-color: rgb(143,206,236); }

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