Html Css Color HEX #8BBAEE Cornflower

📋 copy color: '#8BBAEE'

red 139 ◦ green 186 ◦ blue 238

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

Shades of Cornflower #8BBAEE

Tints of Cornflower #8BBAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.27%

R = 24.69%
G = 33.04%
B = 42.27%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BBAEE (or 0x8BBAEE) is known color: Cornflower. HEX triplet: 8B, BA and EE. RGB value is (139,186,238). Sum of RGB (Red+Green+Blue) = 139+186+238=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BBAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBAEE is #744511. Grayscale: #B1B1B1. Windows color (decimal): -7619858 or 15645323. OLE color: 15645323.

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

Color convert

RGB 139 186 238 -
CMYK 0.42 0.22 0 0.07
HSL 211.52º 0.74% 0.74% -
HSV(B) 211.52º 0.42% 0.93% -
XYZ 43.64 46.78 87.62 -
YUV 177.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 139 186 238 0.42 0.22 0 0.07 211.52 0.74 0.74
Hex 8B BA EE 2A 16 0 7 D4 4A 4A
Octal 213 272 356 52 26 0 7 324 112 112
Binary 10001011 10111010 11101110 101010 10110 0 111 11010100 1001010 1001010

Color Harmonies of #8BBAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBAEE

Black with #8BBAEE

Text Example


Text Example

White with #8BBAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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