Html Css Color HEX #8FBFE0 Cornflower

📋 copy color: '#8FBFE0'

red 143 ◦ green 191 ◦ blue 224

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

Shades of Cornflower #8FBFE0

Tints of Cornflower #8FBFE0

RGB

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

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

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

R = 25.63%
G = 34.23%
B = 40.14%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8FBFE0 (or 0x8FBFE0) is known color: Cornflower. HEX triplet: 8F, BF and E0. RGB value is (143,191,224). Sum of RGB (Red+Green+Blue) = 143+191+224=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #8FBFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFE0 is #70401F. Grayscale: #B4B4B4. Windows color (decimal): -7356448 or 14729103. OLE color: 14729103.

HSL color Cylindrical-coordinate representation of color #8FBFE0: hue angle of 204.44º 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 #8FBFE0 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 191 224 -
CMYK 0.36 0.15 0 0.12
HSL 204.44º 0.57% 0.72% -
HSV(B) 204.44º 0.36% 0.88% -
XYZ 43.41 48.48 77.59 -
YUV 180.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 143 191 224 0.36 0.15 0 0.12 204.44 0.57 0.72
Hex 8F BF E0 24 F 0 C CC 39 48
Octal 217 277 340 44 17 0 14 314 71 110
Binary 10001111 10111111 11100000 100100 1111 0 1100 11001100 111001 1001000

Color Harmonies of #8FBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBFE0

Black with #8FBFE0

Text Example


Text Example

White with #8FBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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