Html Css Color HEX #8BBAEB Cornflower

📋 copy color: '#8BBAEB'

red 139 ◦ green 186 ◦ blue 235

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

Shades of Cornflower #8BBAEB

Tints of Cornflower #8BBAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 24.82%
G = 33.21%
B = 41.96%

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

#8BBAEB (or 0x8BBAEB) is known color: Cornflower. HEX triplet: 8B, BA and EB. RGB value is (139,186,235). Sum of RGB (Red+Green+Blue) = 139+186+235=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBAEB is #744514. Grayscale: #B1B1B1. Windows color (decimal): -7619861 or 15448715. OLE color: 15448715.

HSL color Cylindrical-coordinate representation of color #8BBAEB: hue angle of 210.62º degrees, saturation: 0.71, 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 #8BBAEB is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 186 235 -
CMYK 0.41 0.21 0 0.08
HSL 210.63º 0.71% 0.73% -
HSV(B) 210.63º 0.41% 0.92% -
XYZ 43.2 46.6 85.32 -
YUV 177.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 139 186 235 0.41 0.21 0 0.08 210.63 0.71 0.73
Hex 8B BA EB 29 15 0 8 D3 47 49
Octal 213 272 353 51 25 0 10 323 107 111
Binary 10001011 10111010 11101011 101001 10101 0 1000 11010011 1000111 1001001

Color Harmonies of #8BBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBAEB

Black with #8BBAEB

Text Example


Text Example

White with #8BBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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