#8CD5EB

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

Shades of Anakiwa #8CD5EB

Tints of Anakiwa #8CD5EB

Color information

#8CD5EB (or 0x8CD5EB) is unknown color: approx Anakiwa. HEX triplet: 8C, D5 and EB. RGB value is (140,213,235). Sum of RGB (Red+Green+Blue) = 140+213+235=588 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.81% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CD5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD5EB is #732A14. Grayscale: #C1C1C1. Windows color (decimal): -7547413 or 15455628. OLE color: 15455628.

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

Color convert

RGB140213235-
CMYK0.400.0900.08
HSL193.89º70.37%73.53%-
HSV(B)193.89º40.43%92.16%-
XYZ49.659.1687.4-
YUV193.68151.3289.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.81%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=23.81%
G=36.22%
B=39.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402132350.400.0900.08193.8970.3773.53
Hex8CD5EB28908c2464a
Octal2143253535011010302106112
Binary1000110011010101111010111010001001010001100001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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