#8BD4EE

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

Shades of Anakiwa #8BD4EE

Tints of Anakiwa #8BD4EE

Color information

#8BD4EE (or 0x8BD4EE) is unknown color: approx Anakiwa. HEX triplet: 8B, D4 and EE. RGB value is (139,212,238). Sum of RGB (Red+Green+Blue) = 139+212+238=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BD4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD4EE is #742B11. Grayscale: #C0C0C0. Windows color (decimal): -7613202 or 15651979. OLE color: 15651979.

HSL color Cylindrical-coordinate representation of color #8BD4EE: hue angle of 195.76º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BD4EE is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139212238-
CMYK0.420.1100.07
HSL195.76º74.44%73.92%-
HSV(B)195.76º41.6%93.33%-
XYZ49.6258.7589.61-
YUV193.14153.3289.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.60%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=23.60%
G=35.99%
B=40.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392122380.420.1100.07195.7674.4473.92
Hex8BD4EE2AB07c44a4a
Octal213324356521307304112112
Binary100010111101010011101110101010101101111100010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,212,238); }

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

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

 a { background-color: rgb(139,212,238); }

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

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

 span { border-color: rgb(139,212,238); }

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