Html Css Color HEX #8FBADC Cornflower

📋 copy color: '#8FBADC'

red 143 ◦ green 186 ◦ blue 220

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

Shades of Cornflower #8FBADC

Tints of Cornflower #8FBADC

RGB

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

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

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

R = 26.05%
G = 33.88%
B = 40.07%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FBADC (or 0x8FBADC) is known color: Cornflower. HEX triplet: 8F, BA and DC. RGB value is (143,186,220). Sum of RGB (Red+Green+Blue) = 143+186+220=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBADC is #704523. Grayscale: #B0B0B0. Windows color (decimal): -7357732 or 14465679. OLE color: 14465679.

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

Color convert

RGB 143 186 220 -
CMYK 0.35 0.15 0 0.14
HSL 206.49º 0.52% 0.71% -
HSV(B) 206.49º 0.35% 0.86% -
XYZ 41.8 46.12 74.41 -
YUV 177.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 143 186 220 0.35 0.15 0 0.14 206.49 0.52 0.71
Hex 8F BA DC 23 F 0 E CE 34 47
Octal 217 272 334 43 17 0 16 316 64 107
Binary 10001111 10111010 11011100 100011 1111 0 1110 11001110 110100 1000111

Color Harmonies of #8FBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBADC

Black with #8FBADC

Text Example


Text Example

White with #8FBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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