#8CC4DD

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

Shades of Anakiwa #8CC4DD

Tints of Anakiwa #8CC4DD

Color information

#8CC4DD (or 0x8CC4DD) is unknown color: approx Anakiwa. HEX triplet: 8C, C4 and DD. RGB value is (140,196,221). Sum of RGB (Red+Green+Blue) = 140+196+221=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC4DD is #733B22. Grayscale: #B5B5B5. Windows color (decimal): -7551779 or 14533772. OLE color: 14533772.

HSL color Cylindrical-coordinate representation of color #8CC4DD: hue angle of 198.52º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CC4DD is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140196221-
CMYK0.370.1100.13
HSL198.52º54.36%70.78%-
HSV(B)198.52º36.65%86.67%-
XYZ43.6150.2875.81-
YUV182.11149.9597.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.13%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=25.13%
G=35.19%
B=39.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401962210.370.1100.13198.5254.3670.78
Hex8CC4DD25B0Dc73647
Octal214304335451301530766107
Binary100011001100010011011101100101101101101110001111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,196,221); }

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

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

 a { background-color: rgb(140,196,221); }

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

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

 span { border-color: rgb(140,196,221); }

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