Html Css Color HEX #8BCEE0 Anakiwa

📋 copy color: '#8BCEE0'

red 139 ◦ green 206 ◦ blue 224

#8BCEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anakiwa #8BCEE0

Tints of Anakiwa #8BCEE0

RGB

 RED value IS 139 (54.69% from 255) = 24.43%

 GREEN value IS 206 (80.86% from 255) = 36.2%

 BLUE value IS 224 (87.89% from 255) = 39.37%

R = 24.43%
G = 36.2%
B = 39.37%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8BCEE0 (or 0x8BCEE0) is known color: Anakiwa. HEX triplet: 8B, CE and E0. RGB value is (139,206,224). Sum of RGB (Red+Green+Blue) = 139+206+224=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #8BCEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEE0 is #74311F. Grayscale: #BBBBBB. Windows color (decimal): -7614752 or 14732939. OLE color: 14732939.

HSL color Cylindrical-coordinate representation of color #8BCEE0: hue angle of 192.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BCEE0 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 206 224 -
CMYK 0.38 0.08 0 0.12
HSL 192.71º 0.58% 0.71% -
HSV(B) 192.71º 0.38% 0.88% -
XYZ 46.17 55.01 78.71 -
YUV 188.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 139 206 224 0.38 0.08 0 0.12 192.71 0.58 0.71
Hex 8B CE E0 26 8 0 C C1 3A 47
Octal 213 316 340 46 10 0 14 301 72 107
Binary 10001011 11001110 11100000 100110 1000 0 1100 11000001 111010 1000111

Color Harmonies of #8BCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCEE0

Black with #8BCEE0

Text Example


Text Example

White with #8BCEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,206,224); }

 H1.HeaderClassName
 {
   color: #8BCEE0;
 }
 .AnyTagClassName
 {
   color: #8BCEE0;
 }
</style>

background-color css

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

 a { background-color: rgb(139,206,224); }

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

border-color css

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

 span { border-color: rgb(139,206,224); }

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