#8CDDEE

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

Shades of Anakiwa #8CDDEE

Tints of Anakiwa #8CDDEE

Color information

#8CDDEE (or 0x8CDDEE) is unknown color: approx Anakiwa. HEX triplet: 8C, DD and EE. RGB value is (140,221,238). Sum of RGB (Red+Green+Blue) = 140+221+238=599 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.37% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDEE is #732211. Grayscale: #C6C6C6. Windows color (decimal): -7545362 or 15654284. OLE color: 15654284.

HSL color Cylindrical-coordinate representation of color #8CDDEE: hue angle of 190.41º degrees, saturation: 0.74, 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 #8CDDEE is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140221238-
CMYK0.410.0700.07
HSL190.41º74.24%74.12%-
HSV(B)190.41º41.18%93.33%-
XYZ52.163.4690.39-
YUV198.72150.1686.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.37%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 238 (93.36% from 255) = 39.73%
R=23.37%
G=36.89%
B=39.73%

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
Decimal1402212380.410.0700.07190.4174.2474.12
Hex8CDDEE29707be4a4a
Octal21433535651707276112112
Binary10001100110111011110111010100111101111011111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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