#8CC4DA

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

Shades of Anakiwa #8CC4DA

Tints of Anakiwa #8CC4DA

Color information

#8CC4DA (or 0x8CC4DA) is unknown color: approx Anakiwa. HEX triplet: 8C, C4 and DA. RGB value is (140,196,218). Sum of RGB (Red+Green+Blue) = 140+196+218=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CC4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC4DA is #733B25. Grayscale: #B5B5B5. Windows color (decimal): -7551782 or 14337164. OLE color: 14337164.

HSL color Cylindrical-coordinate representation of color #8CC4DA: hue angle of 196.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CC4DA is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140196218-
CMYK0.360.1000.15
HSL196.92º51.32%70.2%-
HSV(B)196.92º35.78%85.49%-
XYZ43.2150.1273.73-
YUV181.76148.4598.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.27%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=25.27%
G=35.38%
B=39.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401962180.360.1000.15196.9251.3270.2
Hex8CC4DA24A0Fc53346
Octal214304332441201730563106
Binary100011001100010011011010100100101001111110001011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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