#8BD3EE

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

Shades of Anakiwa #8BD3EE

Tints of Anakiwa #8BD3EE

Color information

#8BD3EE (or 0x8BD3EE) is unknown color: approx Anakiwa. HEX triplet: 8B, D3 and EE. RGB value is (139,211,238). Sum of RGB (Red+Green+Blue) = 139+211+238=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BD3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD3EE is #742C11. Grayscale: #C0C0C0. Windows color (decimal): -7613458 or 15651723. OLE color: 15651723.

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

Color convert

RGB139211238-
CMYK0.420.1100.07
HSL196.36º74.44%73.92%-
HSV(B)196.36º41.6%93.33%-
XYZ49.3758.2589.53-
YUV192.55153.6589.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.64%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=23.64%
G=35.88%
B=40.48%

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
Decimal1392112380.420.1100.07196.3674.4473.92
Hex8BD3EE2AB07c44a4a
Octal213323356521307304112112
Binary100010111101001111101110101010101101111100010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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