Html Css Color HEX #8BBAE1 Cornflower

📋 copy color: '#8BBAE1'

red 139 ◦ green 186 ◦ blue 225

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

Shades of Cornflower #8BBAE1

Tints of Cornflower #8BBAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.82%

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

R = 25.27%
G = 33.82%
B = 40.91%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8BBAE1 (or 0x8BBAE1) is known color: Cornflower. HEX triplet: 8B, BA and E1. RGB value is (139,186,225). Sum of RGB (Red+Green+Blue) = 139+186+225=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BBAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBAE1 is #74451E. Grayscale: #B0B0B0. Windows color (decimal): -7619871 or 14793355. OLE color: 14793355.

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

Color convert

RGB 139 186 225 -
CMYK 0.38 0.17 0 0.12
HSL 207.21º 0.59% 0.71% -
HSV(B) 207.21º 0.38% 0.88% -
XYZ 41.8 46.04 77.92 -
YUV 176.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 139 186 225 0.38 0.17 0 0.12 207.21 0.59 0.71
Hex 8B BA E1 26 11 0 C CF 3B 47
Octal 213 272 341 46 21 0 14 317 73 107
Binary 10001011 10111010 11100001 100110 10001 0 1100 11001111 111011 1000111

Color Harmonies of #8BBAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBAE1

Black with #8BBAE1

Text Example


Text Example

White with #8BBAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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