#8CDDED

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

Shades of Anakiwa #8CDDED

Tints of Anakiwa #8CDDED

Color information

#8CDDED (or 0x8CDDED) is unknown color: approx Anakiwa. HEX triplet: 8C, DD and ED. RGB value is (140,221,237). Sum of RGB (Red+Green+Blue) = 140+221+237=598 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.41% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CDDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDED is #732212. Grayscale: #C6C6C6. Windows color (decimal): -7545363 or 15588748. OLE color: 15588748.

HSL color Cylindrical-coordinate representation of color #8CDDED: hue angle of 189.9º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CDDED is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140221237-
CMYK0.410.0700.07
HSL189.9º72.93%73.92%-
HSV(B)189.9º40.93%92.94%-
XYZ51.9663.489.62-
YUV198.6149.6686.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.41%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=23.41%
G=36.96%
B=39.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402212370.410.0700.07189.972.9373.92
Hex8CDDED29707be494a
Octal21433535551707276111112
Binary10001100110111011110110110100111101111011111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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