#8CCADD

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

Shades of Anakiwa #8CCADD

Tints of Anakiwa #8CCADD

Color information

#8CCADD (or 0x8CCADD) is unknown color: approx Anakiwa. HEX triplet: 8C, CA and DD. RGB value is (140,202,221). Sum of RGB (Red+Green+Blue) = 140+202+221=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CCADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCADD is #733522. Grayscale: #B9B9B9. Windows color (decimal): -7550243 or 14535308. OLE color: 14535308.

HSL color Cylindrical-coordinate representation of color #8CCADD: hue angle of 194.07º 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 #8CCADD is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140202221-
CMYK0.370.0900.13
HSL194.07º54.36%70.78%-
HSV(B)194.07º36.65%86.67%-
XYZ44.9953.0476.27-
YUV185.63147.9695.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.87%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=24.87%
G=35.88%
B=39.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402022210.370.0900.13194.0754.3670.78
Hex8CCADD2590Dc23647
Octal214312335451101530266107
Binary100011001100101011011101100101100101101110000101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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