#8DCEED

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

Shades of Anakiwa #8DCEED

Tints of Anakiwa #8DCEED

Color information

#8DCEED (or 0x8DCEED) is unknown color: approx Anakiwa. HEX triplet: 8D, CE and ED. RGB value is (141,206,237). Sum of RGB (Red+Green+Blue) = 141+206+237=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DCEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEED is #723112. Grayscale: #BDBDBD. Windows color (decimal): -7483667 or 15584909. OLE color: 15584909.

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

Color convert

RGB141206237-
CMYK0.410.1300.07
HSL199.38º72.73%74.12%-
HSV(B)199.38º40.51%92.94%-
XYZ48.3455.9288.37-
YUV190.1154.4792.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.14%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=24.14%
G=35.27%
B=40.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412062370.410.1300.07199.3872.7374.12
Hex8DCEED29D07c7494a
Octal215316355511507307111112
Binary100011011100111011101101101001110101111100011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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