Html Css Color HEX #8FBAEF Cornflower

📋 copy color: '#8FBAEF'

red 143 ◦ green 186 ◦ blue 239

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

Shades of Cornflower #8FBAEF

Tints of Cornflower #8FBAEF

RGB

 RED value IS 143 (56.25% from 255) = 25.18%

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

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

R = 25.18%
G = 32.75%
B = 42.08%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8FBAEF (or 0x8FBAEF) is known color: Cornflower. HEX triplet: 8F, BA and EF. RGB value is (143,186,239). Sum of RGB (Red+Green+Blue) = 143+186+239=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAEF is #704510. Grayscale: #B2B2B2. Windows color (decimal): -7357713 or 15710863. OLE color: 15710863.

HSL color Cylindrical-coordinate representation of color #8FBAEF: hue angle of 213.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FBAEF is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 186 239 -
CMYK 0.40 0.22 0 0.06
HSL 213.13º 0.75% 0.75% -
HSV(B) 213.13º 0.4% 0.94% -
XYZ 44.47 47.19 88.43 -
YUV 179.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 143 186 239 0.40 0.22 0 0.06 213.13 0.75 0.75
Hex 8F BA EF 28 16 0 6 D5 4B 4B
Octal 217 272 357 50 26 0 6 325 113 113
Binary 10001111 10111010 11101111 101000 10110 0 110 11010101 1001011 1001011

Color Harmonies of #8FBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBAEF

Black with #8FBAEF

Text Example


Text Example

White with #8FBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,186,239); }

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

background-color css

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

 a { background-color: rgb(143,186,239); }

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

border-color css

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

 span { border-color: rgb(143,186,239); }

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