#8DD4EB

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

Shades of Anakiwa #8DD4EB

Tints of Anakiwa #8DD4EB

Color information

#8DD4EB (or 0x8DD4EB) is unknown color: approx Anakiwa. HEX triplet: 8D, D4 and EB. RGB value is (141,212,235). Sum of RGB (Red+Green+Blue) = 141+212+235=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DD4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD4EB is #722B14. Grayscale: #C1C1C1. Windows color (decimal): -7482133 or 15455373. OLE color: 15455373.

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

Color convert

RGB141212235-
CMYK0.40.1000.08
HSL194.68º70.15%73.73%-
HSV(B)194.68º40%92.16%-
XYZ49.5258.7587.33-
YUV193.39151.4890.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.98%
GREEN value IS 212 (83.20% from 255) = 36.05%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=23.98%
G=36.05%
B=39.97%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412122350.40.1000.08194.6870.1573.73
Hex8DD4EB28A08c3464a
Octal2153243535012010303106112
Binary1000110111010100111010111010001010010001100001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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