#8DD8EB

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

Shades of Anakiwa #8DD8EB

Tints of Anakiwa #8DD8EB

Color information

#8DD8EB (or 0x8DD8EB) is unknown color: approx Anakiwa. HEX triplet: 8D, D8 and EB. RGB value is (141,216,235). Sum of RGB (Red+Green+Blue) = 141+216+235=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 216 (84.77% from 255 or 36.49% 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 #8DD8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD8EB is #722714. Grayscale: #C3C3C3. Windows color (decimal): -7481109 or 15456397. OLE color: 15456397.

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

Color convert

RGB141216235-
CMYK0.40.0800.08
HSL192.13º70.15%73.73%-
HSV(B)192.13º40%92.16%-
XYZ50.5460.7787.66-
YUV195.74150.1588.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.82%
GREEN value IS 216 (84.77% from 255) = 36.49%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=23.82%
G=36.49%
B=39.70%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412162350.40.0800.08192.1370.1573.73
Hex8DD8EB28808c0464a
Octal2153303535010010300106112
Binary1000110111011000111010111010001000010001100000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,216,235); }

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

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

 a { background-color: rgb(141,216,235); }

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

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

 span { border-color: rgb(141,216,235); }

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