Html Css Color HEX #96BDE3 Cornflower

📋 copy color: '#96BDE3'

red 150 ◦ green 189 ◦ blue 227

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

Shades of Cornflower #96BDE3

Tints of Cornflower #96BDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.11%

R = 26.5%
G = 33.39%
B = 40.11%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#96BDE3 (or 0x96BDE3) is known color: Cornflower. HEX triplet: 96, BD and E3. RGB value is (150,189,227). Sum of RGB (Red+Green+Blue) = 150+189+227=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 227 - color contains mainly: blue. Hex color #96BDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDE3 is #69421C. Grayscale: #B5B5B5. Windows color (decimal): -6898205 or 14925206. OLE color: 14925206.

HSL color Cylindrical-coordinate representation of color #96BDE3: hue angle of 209.61º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96BDE3 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 189 227 -
CMYK 0.34 0.17 0 0.11
HSL 209.61º 0.58% 0.74% -
HSV(B) 209.61º 0.34% 0.89% -
XYZ 44.64 48.43 79.67 -
YUV 181.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 150 189 227 0.34 0.17 0 0.11 209.61 0.58 0.74
Hex 96 BD E3 22 11 0 B D2 3A 4A
Octal 226 275 343 42 21 0 13 322 72 112
Binary 10010110 10111101 11100011 100010 10001 0 1011 11010010 111010 1001010

Color Harmonies of #96BDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDE3

Black with #96BDE3

Text Example


Text Example

White with #96BDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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