Html Css Color HEX #8BBAEF Cornflower

📋 copy color: '#8BBAEF'

red 139 ◦ green 186 ◦ blue 239

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

Shades of Cornflower #8BBAEF

Tints of Cornflower #8BBAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 24.65%
G = 32.98%
B = 42.38%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8BBAEF (or 0x8BBAEF) is known color: Cornflower. HEX triplet: 8B, BA and EF. RGB value is (139,186,239). Sum of RGB (Red+Green+Blue) = 139+186+239=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBAEF is #744510. Grayscale: #B1B1B1. Windows color (decimal): -7619857 or 15710859. OLE color: 15710859.

HSL color Cylindrical-coordinate representation of color #8BBAEF: hue angle of 211.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BBAEF is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 186 239 -
CMYK 0.42 0.22 0 0.06
HSL 211.8º 0.76% 0.74% -
HSV(B) 211.8º 0.42% 0.94% -
XYZ 43.79 46.84 88.39 -
YUV 177.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 139 186 239 0.42 0.22 0 0.06 211.8 0.76 0.74
Hex 8B BA EF 2A 16 0 6 D4 4C 4A
Octal 213 272 357 52 26 0 6 324 114 112
Binary 10001011 10111010 11101111 101010 10110 0 110 11010100 1001100 1001010

Color Harmonies of #8BBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBAEF

Black with #8BBAEF

Text Example


Text Example

White with #8BBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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