Html Css Color HEX #8FBADE Cornflower

📋 copy color: '#8FBADE'

red 143 ◦ green 186 ◦ blue 222

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

Shades of Cornflower #8FBADE

Tints of Cornflower #8FBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 25.95%
G = 33.76%
B = 40.29%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FBADE (or 0x8FBADE) is known color: Cornflower. HEX triplet: 8F, BA and DE. RGB value is (143,186,222). Sum of RGB (Red+Green+Blue) = 143+186+222=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FBADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBADE is #704521. Grayscale: #B1B1B1. Windows color (decimal): -7357730 or 14596751. OLE color: 14596751.

HSL color Cylindrical-coordinate representation of color #8FBADE: hue angle of 207.34º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FBADE is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 186 222 -
CMYK 0.36 0.16 0 0.13
HSL 207.34º 0.54% 0.72% -
HSV(B) 207.34º 0.36% 0.87% -
XYZ 42.07 46.23 75.81 -
YUV 177.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 143 186 222 0.36 0.16 0 0.13 207.34 0.54 0.72
Hex 8F BA DE 24 10 0 D CF 36 48
Octal 217 272 336 44 20 0 15 317 66 110
Binary 10001111 10111010 11011110 100100 10000 0 1101 11001111 110110 1001000

Color Harmonies of #8FBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBADE

Black with #8FBADE

Text Example


Text Example

White with #8FBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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