Html Css Color HEX #8BBADE Cornflower

📋 copy color: '#8BBADE'

red 139 ◦ green 186 ◦ blue 222

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

Shades of Cornflower #8BBADE

Tints of Cornflower #8BBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.59%

R = 25.41%
G = 34%
B = 40.59%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BBADE (or 0x8BBADE) is known color: Cornflower. HEX triplet: 8B, BA and DE. RGB value is (139,186,222). Sum of RGB (Red+Green+Blue) = 139+186+222=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BBADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBADE is #744521. Grayscale: #AFAFAF. Windows color (decimal): -7619874 or 14596747. OLE color: 14596747.

HSL color Cylindrical-coordinate representation of color #8BBADE: hue angle of 206.02º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BBADE is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 186 222 -
CMYK 0.37 0.16 0 0.13
HSL 206.02º 0.56% 0.71% -
HSV(B) 206.02º 0.37% 0.87% -
XYZ 41.39 45.88 75.78 -
YUV 176.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 139 186 222 0.37 0.16 0 0.13 206.02 0.56 0.71
Hex 8B BA DE 25 10 0 D CE 38 47
Octal 213 272 336 45 20 0 15 316 70 107
Binary 10001011 10111010 11011110 100101 10000 0 1101 11001110 111000 1000111

Color Harmonies of #8BBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBADE

Black with #8BBADE

Text Example


Text Example

White with #8BBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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