#8CD9EB

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

Shades of Anakiwa #8CD9EB

Tints of Anakiwa #8CD9EB

Color information

#8CD9EB (or 0x8CD9EB) is unknown color: approx Anakiwa. HEX triplet: 8C, D9 and EB. RGB value is (140,217,235). Sum of RGB (Red+Green+Blue) = 140+217+235=592 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.65% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CD9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD9EB is #732614. Grayscale: #C3C3C3. Windows color (decimal): -7546389 or 15456652. OLE color: 15456652.

HSL color Cylindrical-coordinate representation of color #8CD9EB: hue angle of 191.37º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CD9EB is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140217235-
CMYK0.400.0800.08
HSL191.37º70.37%73.53%-
HSV(B)191.37º40.43%92.16%-
XYZ50.6261.287.74-
YUV196.03149.9988.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.65%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=23.65%
G=36.66%
B=39.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402172350.400.0800.08191.3770.3773.53
Hex8CD9EB28808bf464a
Octal2143313535010010277106112
Binary1000110011011001111010111010001000010001011111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,217,235); }

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

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

 a { background-color: rgb(140,217,235); }

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

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

 span { border-color: rgb(140,217,235); }

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