#8DD7EB

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

Shades of Anakiwa #8DD7EB

Tints of Anakiwa #8DD7EB

Color information

#8DD7EB (or 0x8DD7EB) is unknown color: approx Anakiwa. HEX triplet: 8D, D7 and EB. RGB value is (141,215,235). Sum of RGB (Red+Green+Blue) = 141+215+235=591 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.86% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DD7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD7EB is #722814. Grayscale: #C2C2C2. Windows color (decimal): -7481365 or 15456141. OLE color: 15456141.

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

Color convert

RGB141215235-
CMYK0.40.0900.08
HSL192.77º70.15%73.73%-
HSV(B)192.77º40%92.16%-
XYZ50.2860.2687.58-
YUV195.15150.4889.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.86%
GREEN value IS 215 (84.38% from 255) = 36.38%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=23.86%
G=36.38%
B=39.76%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412152350.40.0900.08192.7770.1573.73
Hex8DD7EB28908c1464a
Octal2153273535011010301106112
Binary1000110111010111111010111010001001010001100000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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