Html Css Color HEX #96BEDD Cornflower

📋 copy color: '#96BEDD'

red 150 ◦ green 190 ◦ blue 221

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

Shades of Cornflower #96BEDD

Tints of Cornflower #96BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.87%

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 26.74%
G = 33.87%
B = 39.39%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96BEDD (or 0x96BEDD) is known color: Cornflower. HEX triplet: 96, BE and DD. RGB value is (150,190,221). Sum of RGB (Red+Green+Blue) = 150+190+221=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #96BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEDD is #694122. Grayscale: #B5B5B5. Windows color (decimal): -6897955 or 14532246. OLE color: 14532246.

HSL color Cylindrical-coordinate representation of color #96BEDD: hue angle of 206.2º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BEDD is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 190 221 -
CMYK 0.32 0.14 0 0.13
HSL 206.2º 0.51% 0.73% -
HSV(B) 206.2º 0.32% 0.87% -
XYZ 44.04 48.53 75.45 -
YUV 181.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 150 190 221 0.32 0.14 0 0.13 206.2 0.51 0.73
Hex 96 BE DD 20 E 0 D CE 33 49
Octal 226 276 335 40 16 0 15 316 63 111
Binary 10010110 10111110 11011101 100000 1110 0 1101 11001110 110011 1001001

Color Harmonies of #96BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEDD

Black with #96BEDD

Text Example


Text Example

White with #96BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,190,221); }

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

background-color css

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

 a { background-color: rgb(150,190,221); }

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

border-color css

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

 span { border-color: rgb(150,190,221); }

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