Html Css Color HEX #96C7DF Cornflower

📋 copy color: '#96C7DF'

red 150 ◦ green 199 ◦ blue 223

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

Shades of Cornflower #96C7DF

Tints of Cornflower #96C7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.79%

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 26.22%
G = 34.79%
B = 38.99%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96C7DF (or 0x96C7DF) is known color: Cornflower. HEX triplet: 96, C7 and DF. RGB value is (150,199,223). Sum of RGB (Red+Green+Blue) = 150+199+223=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #96C7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C7DF is #693820. Grayscale: #BABABA. Windows color (decimal): -6895649 or 14665622. OLE color: 14665622.

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

Color convert

RGB 150 199 223 -
CMYK 0.33 0.11 0 0.13
HSL 199.73º 0.53% 0.73% -
HSV(B) 199.73º 0.33% 0.87% -
XYZ 46.32 52.66 77.53 -
YUV 187.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 150 199 223 0.33 0.11 0 0.13 199.73 0.53 0.73
Hex 96 C7 DF 21 B 0 D C8 35 49
Octal 226 307 337 41 13 0 15 310 65 111
Binary 10010110 11000111 11011111 100001 1011 0 1101 11001000 110101 1001001

Color Harmonies of #96C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C7DF

Black with #96C7DF

Text Example


Text Example

White with #96C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,199,223); }

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

background-color css

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

 a { background-color: rgb(150,199,223); }

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

border-color css

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

 span { border-color: rgb(150,199,223); }

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