Html Css Color HEX #8BCCE1 Anakiwa

📋 copy color: '#8BCCE1'

red 139 ◦ green 204 ◦ blue 225

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

Shades of Anakiwa #8BCCE1

Tints of Anakiwa #8BCCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.61%

R = 24.47%
G = 35.92%
B = 39.61%

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

#8BCCE1 (or 0x8BCCE1) is known color: Anakiwa. HEX triplet: 8B, CC and E1. RGB value is (139,204,225). Sum of RGB (Red+Green+Blue) = 139+204+225=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BCCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCE1 is #74331E. Grayscale: #BABABA. Windows color (decimal): -7615263 or 14797963. OLE color: 14797963.

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

Color convert

RGB 139 204 225 -
CMYK 0.38 0.09 0 0.12
HSL 194.65º 0.59% 0.71% -
HSV(B) 194.65º 0.38% 0.88% -
XYZ 45.83 54.11 79.26 -
YUV 186.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 139 204 225 0.38 0.09 0 0.12 194.65 0.59 0.71
Hex 8B CC E1 26 9 0 C C3 3B 47
Octal 213 314 341 46 11 0 14 303 73 107
Binary 10001011 11001100 11100001 100110 1001 0 1100 11000011 111011 1000111

Color Harmonies of #8BCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCCE1

Black with #8BCCE1

Text Example


Text Example

White with #8BCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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