Html Css Color HEX #96BADA Cornflower

📋 copy color: '#96BADA'

red 150 ◦ green 186 ◦ blue 218

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

Shades of Cornflower #96BADA

Tints of Cornflower #96BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 27.08%
G = 33.57%
B = 39.35%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96BADA (or 0x96BADA) is known color: Cornflower. HEX triplet: 96, BA and DA. RGB value is (150,186,218). Sum of RGB (Red+Green+Blue) = 150+186+218=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #96BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BADA is #694525. Grayscale: #B2B2B2. Windows color (decimal): -6898982 or 14334614. OLE color: 14334614.

HSL color Cylindrical-coordinate representation of color #96BADA: hue angle of 208.24º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96BADA is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 186 218 -
CMYK 0.31 0.15 0 0.15
HSL 208.24º 0.48% 0.72% -
HSV(B) 208.24º 0.31% 0.85% -
XYZ 42.79 46.66 73.08 -
YUV 178.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 150 186 218 0.31 0.15 0 0.15 208.24 0.48 0.72
Hex 96 BA DA 1F F 0 F D0 30 48
Octal 226 272 332 37 17 0 17 320 60 110
Binary 10010110 10111010 11011010 11111 1111 0 1111 11010000 110000 1001000

Color Harmonies of #96BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BADA

Black with #96BADA

Text Example


Text Example

White with #96BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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