Html Css Color HEX #8FBAE0 Cornflower

📋 copy color: '#8FBAE0'

red 143 ◦ green 186 ◦ blue 224

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

Shades of Cornflower #8FBAE0

Tints of Cornflower #8FBAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 25.86%
G = 33.63%
B = 40.51%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8FBAE0 (or 0x8FBAE0) is known color: Cornflower. HEX triplet: 8F, BA and E0. RGB value is (143,186,224). Sum of RGB (Red+Green+Blue) = 143+186+224=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #8FBAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBAE0 is #70451F. Grayscale: #B1B1B1. Windows color (decimal): -7357728 or 14727823. OLE color: 14727823.

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

Color convert

RGB 143 186 224 -
CMYK 0.36 0.17 0 0.12
HSL 208.15º 0.57% 0.72% -
HSV(B) 208.15º 0.36% 0.88% -
XYZ 42.34 46.34 77.23 -
YUV 177.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 143 186 224 0.36 0.17 0 0.12 208.15 0.57 0.72
Hex 8F BA E0 24 11 0 C D0 39 48
Octal 217 272 340 44 21 0 14 320 71 110
Binary 10001111 10111010 11100000 100100 10001 0 1100 11010000 111001 1001000

Color Harmonies of #8FBAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBAE0

Black with #8FBAE0

Text Example


Text Example

White with #8FBAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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