Html Css Color HEX #96BADB Cornflower

📋 copy color: '#96BADB'

red 150 ◦ green 186 ◦ blue 219

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

Shades of Cornflower #96BADB

Tints of Cornflower #96BADB

RGB

 RED value IS 150 (58.98% from 255) = 27.03%

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

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

R = 27.03%
G = 33.51%
B = 39.46%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96BADB (or 0x96BADB) is known color: Cornflower. HEX triplet: 96, BA and DB. RGB value is (150,186,219). Sum of RGB (Red+Green+Blue) = 150+186+219=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #96BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BADB is #694524. Grayscale: #B2B2B2. Windows color (decimal): -6898981 or 14400150. OLE color: 14400150.

HSL color Cylindrical-coordinate representation of color #96BADB: hue angle of 208.7º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BADB is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 186 219 -
CMYK 0.32 0.15 0 0.14
HSL 208.7º 0.49% 0.72% -
HSV(B) 208.7º 0.32% 0.86% -
XYZ 42.92 46.72 73.77 -
YUV 179 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 150 186 219 0.32 0.15 0 0.14 208.7 0.49 0.72
Hex 96 BA DB 20 F 0 E D1 31 48
Octal 226 272 333 40 17 0 16 321 61 110
Binary 10010110 10111010 11011011 100000 1111 0 1110 11010001 110001 1001000

Color Harmonies of #96BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BADB

Black with #96BADB

Text Example


Text Example

White with #96BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BADB; }

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

 H1.HeaderClassName
 {
   color: #96BADB;
 }
 .AnyTagClassName
 {
   color: #96BADB;
 }
</style>

background-color css

<style>
 a { background-color: #96BADB; }

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

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

border-color css

<style>
 span { border-color: #96BADB; }

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

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