Html Css Color HEX #8FBFEA Cornflower

📋 copy color: '#8FBFEA'

red 143 ◦ green 191 ◦ blue 234

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

Shades of Cornflower #8FBFEA

Tints of Cornflower #8FBFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 25.18%
G = 33.63%
B = 41.2%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FBFEA (or 0x8FBFEA) is known color: Cornflower. HEX triplet: 8F, BF and EA. RGB value is (143,191,234). Sum of RGB (Red+Green+Blue) = 143+191+234=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBFEA is #704015. Grayscale: #B5B5B5. Windows color (decimal): -7356438 or 15384463. OLE color: 15384463.

HSL color Cylindrical-coordinate representation of color #8FBFEA: hue angle of 208.35º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBFEA is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 191 234 -
CMYK 0.39 0.18 0 0.08
HSL 208.35º 0.68% 0.74% -
HSV(B) 208.35º 0.39% 0.92% -
XYZ 44.81 49.04 84.95 -
YUV 181.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 143 191 234 0.39 0.18 0 0.08 208.35 0.68 0.74
Hex 8F BF EA 27 12 0 8 D0 44 4A
Octal 217 277 352 47 22 0 10 320 104 112
Binary 10001111 10111111 11101010 100111 10010 0 1000 11010000 1000100 1001010

Color Harmonies of #8FBFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBFEA

Black with #8FBFEA

Text Example


Text Example

White with #8FBFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,191,234); }

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

background-color css

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

 a { background-color: rgb(143,191,234); }

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

border-color css

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

 span { border-color: rgb(143,191,234); }

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