Html Css Color HEX #8BBFE6 Cornflower

📋 copy color: '#8BBFE6'

red 139 ◦ green 191 ◦ blue 230

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

Shades of Cornflower #8BBFE6

Tints of Cornflower #8BBFE6

RGB

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

 GREEN value IS 191 (75% from 255) = 34.11%

 BLUE value IS 230 (90.23% from 255) = 41.07%

R = 24.82%
G = 34.11%
B = 41.07%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8BBFE6 (or 0x8BBFE6) is known color: Cornflower. HEX triplet: 8B, BF and E6. RGB value is (139,191,230). Sum of RGB (Red+Green+Blue) = 139+191+230=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BBFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBFE6 is #744019. Grayscale: #B3B3B3. Windows color (decimal): -7618586 or 15122315. OLE color: 15122315.

HSL color Cylindrical-coordinate representation of color #8BBFE6: hue angle of 205.71º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BBFE6 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 139 191 230 -
CMYK 0.40 0.17 0 0.10
HSL 205.71º 0.65% 0.72% -
HSV(B) 205.71º 0.4% 0.9% -
XYZ 43.56 48.46 81.92 -
YUV 179.9 156.27 98.83 -
System Red Green Blue C M Y K H S L
Decimal 139 191 230 0.40 0.17 0 0.10 205.71 0.65 0.72
Hex 8B BF E6 28 11 0 A CE 41 48
Octal 213 277 346 50 21 0 12 316 101 110
Binary 10001011 10111111 11100110 101000 10001 0 1010 11001110 1000001 1001000

Color Harmonies of #8BBFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBFE6

Black with #8BBFE6

Text Example


Text Example

White with #8BBFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,191,230); }

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

background-color css

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

 a { background-color: rgb(139,191,230); }

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

border-color css

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

 span { border-color: rgb(139,191,230); }

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