#8BCCEE

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

Shades of Anakiwa #8BCCEE

Tints of Anakiwa #8BCCEE

Color information

#8BCCEE (or 0x8BCCEE) is unknown color: approx Anakiwa. HEX triplet: 8B, CC and EE. RGB value is (139,204,238). Sum of RGB (Red+Green+Blue) = 139+204+238=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BCCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCEE is #743311. Grayscale: #BCBCBC. Windows color (decimal): -7615250 or 15649931. OLE color: 15649931.

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

Color convert

RGB139204238-
CMYK0.420.1400.07
HSL200.61º74.44%73.92%-
HSV(B)200.61º41.6%93.33%-
XYZ47.6754.8588.96-
YUV188.44155.9792.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.92%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=23.92%
G=35.11%
B=40.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392042380.420.1400.07200.6174.4473.92
Hex8BCCEE2AE07c94a4a
Octal213314356521607311112112
Binary100010111100110011101110101010111001111100100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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