Html Css Color HEX #8FBFDC Cornflower

📋 copy color: '#8FBFDC'

red 143 ◦ green 191 ◦ blue 220

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

Shades of Cornflower #8FBFDC

Tints of Cornflower #8FBFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 25.81%
G = 34.48%
B = 39.71%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FBFDC (or 0x8FBFDC) is known color: Cornflower. HEX triplet: 8F, BF and DC. RGB value is (143,191,220). Sum of RGB (Red+Green+Blue) = 143+191+220=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFDC is #704023. Grayscale: #B3B3B3. Windows color (decimal): -7356452 or 14466959. OLE color: 14466959.

HSL color Cylindrical-coordinate representation of color #8FBFDC: hue angle of 202.6º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBFDC is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 191 220 -
CMYK 0.35 0.13 0 0.14
HSL 202.6º 0.52% 0.71% -
HSV(B) 202.6º 0.35% 0.86% -
XYZ 42.88 48.27 74.77 -
YUV 179.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 143 191 220 0.35 0.13 0 0.14 202.6 0.52 0.71
Hex 8F BF DC 23 D 0 E CB 34 47
Octal 217 277 334 43 15 0 16 313 64 107
Binary 10001111 10111111 11011100 100011 1101 0 1110 11001011 110100 1000111

Color Harmonies of #8FBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBFDC

Black with #8FBFDC

Text Example


Text Example

White with #8FBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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