Html Css Color HEX #8BCCE0 Anakiwa

📋 copy color: '#8BCCE0'

red 139 ◦ green 204 ◦ blue 224

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

Shades of Anakiwa #8BCCE0

Tints of Anakiwa #8BCCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.98%

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

R = 24.51%
G = 35.98%
B = 39.51%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8BCCE0 (or 0x8BCCE0) is known color: Anakiwa. HEX triplet: 8B, CC and E0. RGB value is (139,204,224). Sum of RGB (Red+Green+Blue) = 139+204+224=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #8BCCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCE0 is #74331F. Grayscale: #BABABA. Windows color (decimal): -7615264 or 14732427. OLE color: 14732427.

HSL color Cylindrical-coordinate representation of color #8BCCE0: hue angle of 194.12º 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 #8BCCE0 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 204 224 -
CMYK 0.38 0.09 0 0.12
HSL 194.12º 0.58% 0.71% -
HSV(B) 194.12º 0.38% 0.88% -
XYZ 45.69 54.06 78.55 -
YUV 186.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 139 204 224 0.38 0.09 0 0.12 194.12 0.58 0.71
Hex 8B CC E0 26 9 0 C C2 3A 47
Octal 213 314 340 46 11 0 14 302 72 107
Binary 10001011 11001100 11100000 100110 1001 0 1100 11000010 111010 1000111

Color Harmonies of #8BCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCCE0

Black with #8BCCE0

Text Example


Text Example

White with #8BCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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