Html Css Color HEX #8FBADB Cornflower

📋 copy color: '#8FBADB'

red 143 ◦ green 186 ◦ blue 219

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

Shades of Cornflower #8FBADB

Tints of Cornflower #8FBADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 26.09%
G = 33.94%
B = 39.96%

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

#8FBADB (or 0x8FBADB) is known color: Cornflower. HEX triplet: 8F, BA and DB. RGB value is (143,186,219). Sum of RGB (Red+Green+Blue) = 143+186+219=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBADB is #704524. Grayscale: #B0B0B0. Windows color (decimal): -7357733 or 14400143. OLE color: 14400143.

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

Color convert

RGB 143 186 219 -
CMYK 0.35 0.15 0 0.14
HSL 206.05º 0.51% 0.71% -
HSV(B) 206.05º 0.35% 0.86% -
XYZ 41.67 46.07 73.71 -
YUV 176.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 143 186 219 0.35 0.15 0 0.14 206.05 0.51 0.71
Hex 8F BA DB 23 F 0 E CE 33 47
Octal 217 272 333 43 17 0 16 316 63 107
Binary 10001111 10111010 11011011 100011 1111 0 1110 11001110 110011 1000111

Color Harmonies of #8FBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBADB

Black with #8FBADB

Text Example


Text Example

White with #8FBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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