Html Css Color HEX #8FBCF1 Cornflower

📋 copy color: '#8FBCF1'

red 143 ◦ green 188 ◦ blue 241

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

Shades of Cornflower #8FBCF1

Tints of Cornflower #8FBCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.87%

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 25%
G = 32.87%
B = 42.13%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8FBCF1 (or 0x8FBCF1) is known color: Cornflower. HEX triplet: 8F, BC and F1. RGB value is (143,188,241). Sum of RGB (Red+Green+Blue) = 143+188+241=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FBCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBCF1 is #70430E. Grayscale: #B4B4B4. Windows color (decimal): -7357199 or 15842447. OLE color: 15842447.

HSL color Cylindrical-coordinate representation of color #8FBCF1: hue angle of 212.45º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FBCF1 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 188 241 -
CMYK 0.41 0.22 0 0.05
HSL 212.45º 0.78% 0.75% -
HSV(B) 212.45º 0.41% 0.95% -
XYZ 45.19 48.16 90.13 -
YUV 180.59 162.09 101.19 -
System Red Green Blue C M Y K H S L
Decimal 143 188 241 0.41 0.22 0 0.05 212.45 0.78 0.75
Hex 8F BC F1 29 16 0 5 D4 4E 4B
Octal 217 274 361 51 26 0 5 324 116 113
Binary 10001111 10111100 11110001 101001 10110 0 101 11010100 1001110 1001011

Color Harmonies of #8FBCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCF1

Black with #8FBCF1

Text Example


Text Example

White with #8FBCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,188,241); }

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

background-color css

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

 a { background-color: rgb(143,188,241); }

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

border-color css

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

 span { border-color: rgb(143,188,241); }

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