#8FCADC

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

Shades of Anakiwa #8FCADC

Tints of Anakiwa #8FCADC

Color information

#8FCADC (or 0x8FCADC) is unknown color: approx Anakiwa. HEX triplet: 8F, CA and DC. RGB value is (143,202,220). Sum of RGB (Red+Green+Blue) = 143+202+220=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCADC is #703523. Grayscale: #BABABA. Windows color (decimal): -7353636 or 14469775. OLE color: 14469775.

HSL color Cylindrical-coordinate representation of color #8FCADC: hue angle of 194.03º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FCADC is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143202220-
CMYK0.350.0800.14
HSL194.03º52.38%71.18%-
HSV(B)194.03º35%86.27%-
XYZ45.3753.2575.6-
YUV186.41146.9597.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.31%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=25.31%
G=35.75%
B=38.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432022200.350.0800.14194.0352.3871.18
Hex8FCADC2380Ec23447
Octal217312334431001630264107
Binary100011111100101011011100100011100001110110000101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,220); }

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

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

 a { background-color: rgb(143,202,220); }

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

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

 span { border-color: rgb(143,202,220); }

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