#8DD0ED

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

Shades of Anakiwa #8DD0ED

Tints of Anakiwa #8DD0ED

Color information

#8DD0ED (or 0x8DD0ED) is unknown color: approx Anakiwa. HEX triplet: 8D, D0 and ED. RGB value is (141,208,237). Sum of RGB (Red+Green+Blue) = 141+208+237=586 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.06% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD0ED is #722F12. Grayscale: #BFBFBF. Windows color (decimal): -7483155 or 15585421. OLE color: 15585421.

HSL color Cylindrical-coordinate representation of color #8DD0ED: hue angle of 198.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DD0ED is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141208237-
CMYK0.410.1200.07
HSL198.12º72.73%74.12%-
HSV(B)198.12º40.51%92.94%-
XYZ48.8356.8988.53-
YUV191.27153.892.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.06%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=24.06%
G=35.49%
B=40.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412082370.410.1200.07198.1272.7374.12
Hex8DD0ED29C07c6494a
Octal215320355511407306111112
Binary100011011101000011101101101001110001111100011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,208,237); }

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

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

 a { background-color: rgb(141,208,237); }

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

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

 span { border-color: rgb(141,208,237); }

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