#8BD7EE

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

Shades of Anakiwa #8BD7EE

Tints of Anakiwa #8BD7EE

Color information

#8BD7EE (or 0x8BD7EE) is unknown color: approx Anakiwa. HEX triplet: 8B, D7 and EE. RGB value is (139,215,238). Sum of RGB (Red+Green+Blue) = 139+215+238=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BD7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD7EE is #742811. Grayscale: #C2C2C2. Windows color (decimal): -7612434 or 15652747. OLE color: 15652747.

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

Color convert

RGB139215238-
CMYK0.420.1000.07
HSL193.94º74.44%73.92%-
HSV(B)193.94º41.6%93.33%-
XYZ50.3860.2689.87-
YUV194.9152.3288.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.48%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=23.48%
G=36.32%
B=40.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392152380.420.1000.07193.9474.4473.92
Hex8BD7EE2AA07c24a4a
Octal213327356521207302112112
Binary100010111101011111101110101010101001111100001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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