#8DDEEE

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

Shades of Anakiwa #8DDEEE

Tints of Anakiwa #8DDEEE

Color information

#8DDEEE (or 0x8DDEEE) is unknown color: approx Anakiwa. HEX triplet: 8D, DE and EE. RGB value is (141,222,238). Sum of RGB (Red+Green+Blue) = 141+222+238=601 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.46% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DDEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDEEE is #722111. Grayscale: #C7C7C7. Windows color (decimal): -7479570 or 15654541. OLE color: 15654541.

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

Color convert

RGB141222238-
CMYK0.410.0700.07
HSL189.9º74.05%74.31%-
HSV(B)189.9º40.76%93.33%-
XYZ52.5464.0890.49-
YUV199.6149.6686.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.46%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=23.46%
G=36.94%
B=39.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412222380.410.0700.07189.974.0574.31
Hex8DDEEE29707be4a4a
Octal21533635651707276112112
Binary10001101110111101110111010100111101111011111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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