#8FCDEA

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

Shades of Anakiwa #8FCDEA

Tints of Anakiwa #8FCDEA

Color information

#8FCDEA (or 0x8FCDEA) is unknown color: approx Anakiwa. HEX triplet: 8F, CD and EA. RGB value is (143,205,234). Sum of RGB (Red+Green+Blue) = 143+205+234=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 205 (80.47% from 255 or 35.22% 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 #8FCDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCDEA is #703215. Grayscale: #BDBDBD. Windows color (decimal): -7352854 or 15388047. OLE color: 15388047.

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

Color convert

RGB143205234-
CMYK0.390.1200.08
HSL199.12º68.42%73.92%-
HSV(B)199.12º38.89%91.76%-
XYZ48.0155.4486.01-
YUV189.77152.9694.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.57%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=24.57%
G=35.22%
B=40.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432052340.390.1200.08199.1268.4273.92
Hex8FCDEA27C08c7444a
Octal2173153524714010307104112
Binary1000111111001101111010101001111100010001100011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,205,234); }

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

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

 a { background-color: rgb(143,205,234); }

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

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

 span { border-color: rgb(143,205,234); }

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