#8CDAEB

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

Shades of Anakiwa #8CDAEB

Tints of Anakiwa #8CDAEB

Color information

#8CDAEB (or 0x8CDAEB) is unknown color: approx Anakiwa. HEX triplet: 8C, DA and EB. RGB value is (140,218,235). Sum of RGB (Red+Green+Blue) = 140+218+235=593 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.61% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CDAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDAEB is #732514. Grayscale: #C4C4C4. Windows color (decimal): -7546133 or 15456908. OLE color: 15456908.

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

Color convert

RGB140218235-
CMYK0.400.0700.08
HSL190.74º70.37%73.53%-
HSV(B)190.74º40.43%92.16%-
XYZ50.8861.7287.83-
YUV196.62149.6687.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.61%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=23.61%
G=36.76%
B=39.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402182350.400.0700.08190.7470.3773.53
Hex8CDAEB28708bf464a
Octal214332353507010277106112
Binary100011001101101011101011101000111010001011111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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