#8DDCEB

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

Shades of Anakiwa #8DDCEB

Tints of Anakiwa #8DDCEB

Color information

#8DDCEB (or 0x8DDCEB) is unknown color: approx Anakiwa. HEX triplet: 8D, DC and EB. RGB value is (141,220,235). Sum of RGB (Red+Green+Blue) = 141+220+235=596 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.66% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DDCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCEB is #722314. Grayscale: #C5C5C5. Windows color (decimal): -7480085 or 15457421. OLE color: 15457421.

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

Color convert

RGB141220235-
CMYK0.40.0600.08
HSL189.57º70.15%73.73%-
HSV(B)189.57º40%92.16%-
XYZ51.5762.8588.01-
YUV198.09148.8387.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.66%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=23.66%
G=36.91%
B=39.43%

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
Decimal1412202350.40.0600.08189.5770.1573.73
Hex8DDCEB28608be464a
Octal215334353506010276106112
Binary100011011101110011101011101000110010001011111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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