Html Css Color HEX #8BBBE1 Cornflower

📋 copy color: '#8BBBE1'

red 139 ◦ green 187 ◦ blue 225

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

Shades of Cornflower #8BBBE1

Tints of Cornflower #8BBBE1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.94%

 BLUE value IS 225 (88.28% from 255) = 40.83%

R = 25.23%
G = 33.94%
B = 40.83%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8BBBE1 (or 0x8BBBE1) is known color: Cornflower. HEX triplet: 8B, BB and E1. RGB value is (139,187,225). Sum of RGB (Red+Green+Blue) = 139+187+225=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BBBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBE1 is #74441E. Grayscale: #B0B0B0. Windows color (decimal): -7619615 or 14793611. OLE color: 14793611.

HSL color Cylindrical-coordinate representation of color #8BBBE1: hue angle of 206.51º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BBBE1 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 187 225 -
CMYK 0.38 0.17 0 0.12
HSL 206.51º 0.59% 0.71% -
HSV(B) 206.51º 0.38% 0.88% -
XYZ 42.01 46.47 77.99 -
YUV 176.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 139 187 225 0.38 0.17 0 0.12 206.51 0.59 0.71
Hex 8B BB E1 26 11 0 C CF 3B 47
Octal 213 273 341 46 21 0 14 317 73 107
Binary 10001011 10111011 11100001 100110 10001 0 1100 11001111 111011 1000111

Color Harmonies of #8BBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBBE1

Black with #8BBBE1

Text Example


Text Example

White with #8BBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,187,225); }

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

background-color css

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

 a { background-color: rgb(139,187,225); }

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

border-color css

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

 span { border-color: rgb(139,187,225); }

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