#8DCDEE

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

Shades of Anakiwa #8DCDEE

Tints of Anakiwa #8DCDEE

Color information

#8DCDEE (or 0x8DCDEE) is unknown color: approx Anakiwa. HEX triplet: 8D, CD and EE. RGB value is (141,205,238). Sum of RGB (Red+Green+Blue) = 141+205+238=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DCDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDEE is #723211. Grayscale: #BDBDBD. Windows color (decimal): -7483922 or 15650189. OLE color: 15650189.

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

Color convert

RGB141205238-
CMYK0.410.1400.07
HSL200.41º74.05%74.31%-
HSV(B)200.41º40.76%93.33%-
XYZ48.2555.589.06-
YUV189.63155.393.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.14%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=24.14%
G=35.10%
B=40.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412052380.410.1400.07200.4174.0574.31
Hex8DCDEE29E07c84a4a
Octal215315356511607310112112
Binary100011011100110111101110101001111001111100100010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,238); }

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

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

 a { background-color: rgb(141,205,238); }

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

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

 span { border-color: rgb(141,205,238); }

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