#8fccdc

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

Shades of Anakiwa #8FCCDC

Tints of Anakiwa #8FCCDC

Color information

#8FCCDC (or 0x8FCCDC) is unknown color: approx Anakiwa. HEX triplet: 8F, CC and DC. RGB value is (143,204,220). Sum of RGB (Red+Green+Blue) = 143+204+220=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCDC is #703323. Grayscale: #BBBBBB. Windows color (decimal): -7353124 or 14470287. OLE color: 14470287.

HSL color Cylindrical-coordinate representation of color #8FCCDC: hue angle of 192.47º 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 #8FCCDC is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143204220-
CMYK0.350.0700.14
HSL192.47º52.38%71.18%-
HSV(B)192.47º35%86.27%-
XYZ45.8454.1975.75-
YUV187.58146.2996.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.22%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=25.22%
G=35.98%
B=38.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432042200.350.0700.14192.4752.3871.18
Hex8FCCDC2370Ec03447
Octal21731433443701630064107
Binary10001111110011001101110010001111101110110000001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fccdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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