Html Css Color HEX #8BBAEA Cornflower

📋 copy color: '#8BBAEA'

red 139 ◦ green 186 ◦ blue 234

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

Shades of Cornflower #8BBAEA

Tints of Cornflower #8BBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 24.87%
G = 33.27%
B = 41.86%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8BBAEA (or 0x8BBAEA) is known color: Cornflower. HEX triplet: 8B, BA and EA. RGB value is (139,186,234). Sum of RGB (Red+Green+Blue) = 139+186+234=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BBAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBAEA is #744515. Grayscale: #B1B1B1. Windows color (decimal): -7619862 or 15383179. OLE color: 15383179.

HSL color Cylindrical-coordinate representation of color #8BBAEA: hue angle of 210.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BBAEA is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 186 234 -
CMYK 0.41 0.21 0 0.08
HSL 210.32º 0.69% 0.73% -
HSV(B) 210.32º 0.41% 0.92% -
XYZ 43.06 46.55 84.56 -
YUV 177.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 139 186 234 0.41 0.21 0 0.08 210.32 0.69 0.73
Hex 8B BA EA 29 15 0 8 D2 45 49
Octal 213 272 352 51 25 0 10 322 105 111
Binary 10001011 10111010 11101010 101001 10101 0 1000 11010010 1000101 1001001

Color Harmonies of #8BBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBAEA

Black with #8BBAEA

Text Example


Text Example

White with #8BBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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