Html Css Color HEX #96BDE1 Cornflower

📋 copy color: '#96BDE1'

red 150 ◦ green 189 ◦ blue 225

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

Shades of Cornflower #96BDE1

Tints of Cornflower #96BDE1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.51%

 BLUE value IS 225 (88.28% from 255) = 39.89%

R = 26.6%
G = 33.51%
B = 39.89%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#96BDE1 (or 0x96BDE1) is known color: Cornflower. HEX triplet: 96, BD and E1. RGB value is (150,189,225). Sum of RGB (Red+Green+Blue) = 150+189+225=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #96BDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDE1 is #69421E. Grayscale: #B5B5B5. Windows color (decimal): -6898207 or 14794134. OLE color: 14794134.

HSL color Cylindrical-coordinate representation of color #96BDE1: hue angle of 208.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96BDE1 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 189 225 -
CMYK 0.33 0.16 0 0.12
HSL 208.8º 0.56% 0.74% -
HSV(B) 208.8º 0.33% 0.88% -
XYZ 44.37 48.32 78.22 -
YUV 181.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 150 189 225 0.33 0.16 0 0.12 208.8 0.56 0.74
Hex 96 BD E1 21 10 0 C D1 38 4A
Octal 226 275 341 41 20 0 14 321 70 112
Binary 10010110 10111101 11100001 100001 10000 0 1100 11010001 111000 1001010

Color Harmonies of #96BDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDE1

Black with #96BDE1

Text Example


Text Example

White with #96BDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,189,225); }

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

background-color css

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

 a { background-color: rgb(150,189,225); }

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

border-color css

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

 span { border-color: rgb(150,189,225); }

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