Html Css Color HEX #8BBFEF Cornflower

📋 copy color: '#8BBFEF'

red 139 ◦ green 191 ◦ blue 239

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

Shades of Cornflower #8BBFEF

Tints of Cornflower #8BBFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 24.43%
G = 33.57%
B = 42%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8BBFEF (or 0x8BBFEF) is known color: Cornflower. HEX triplet: 8B, BF and EF. RGB value is (139,191,239). Sum of RGB (Red+Green+Blue) = 139+191+239=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BBFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBFEF is #744010. Grayscale: #B4B4B4. Windows color (decimal): -7618577 or 15712139. OLE color: 15712139.

HSL color Cylindrical-coordinate representation of color #8BBFEF: hue angle of 208.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BBFEF is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 191 239 -
CMYK 0.42 0.20 0 0.06
HSL 208.8º 0.76% 0.74% -
HSV(B) 208.8º 0.42% 0.94% -
XYZ 44.86 48.98 88.75 -
YUV 180.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 139 191 239 0.42 0.20 0 0.06 208.8 0.76 0.74
Hex 8B BF EF 2A 14 0 6 D1 4C 4A
Octal 213 277 357 52 24 0 6 321 114 112
Binary 10001011 10111111 11101111 101010 10100 0 110 11010001 1001100 1001010

Color Harmonies of #8BBFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBFEF

Black with #8BBFEF

Text Example


Text Example

White with #8BBFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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