#8DDDEB

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

Shades of Anakiwa #8DDDEB

Tints of Anakiwa #8DDDEB

Color information

#8DDDEB (or 0x8DDDEB) is unknown color: approx Anakiwa. HEX triplet: 8D, DD and EB. RGB value is (141,221,235). Sum of RGB (Red+Green+Blue) = 141+221+235=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DDDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDEB is #722214. Grayscale: #C6C6C6. Windows color (decimal): -7479829 or 15457677. OLE color: 15457677.

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

Color convert

RGB141221235-
CMYK0.40.0600.08
HSL188.94º70.15%73.73%-
HSV(B)188.94º40%92.16%-
XYZ51.8463.3788.1-
YUV198.68148.586.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.62%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=23.62%
G=37.02%
B=39.36%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412212350.40.0600.08188.9470.1573.73
Hex8DDDEB28608bd464a
Octal215335353506010275106112
Binary100011011101110111101011101000110010001011110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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