Html Css Color HEX #96C0C7 Morning Glory

📋 copy color: '#96C0C7'

red 150 ◦ green 192 ◦ blue 199

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

Shades of Morning Glory #96C0C7

Tints of Morning Glory #96C0C7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.49%

 BLUE value IS 199 (78.13% from 255) = 36.78%

R = 27.73%
G = 35.49%
B = 36.78%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#96C0C7 (or 0x96C0C7) is known color: Morning Glory. HEX triplet: 96, C0 and C7. RGB value is (150,192,199). Sum of RGB (Red+Green+Blue) = 150+192+199=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 199 - color contains mainly: blue. Hex color #96C0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0C7 is #693F38. Grayscale: #B4B4B4. Windows color (decimal): -6897465 or 13090966. OLE color: 13090966.

HSL color Cylindrical-coordinate representation of color #96C0C7: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C0C7 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 192 199 -
CMYK 0.25 0.04 0 0.22
HSL 188.57º 0.3% 0.68% -
HSV(B) 188.57º 0.25% 0.78% -
XYZ 41.74 48.31 61.16 -
YUV 180.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 150 192 199 0.25 0.04 0 0.22 188.57 0.3 0.68
Hex 96 C0 C7 19 4 0 16 BD 1E 44
Octal 226 300 307 31 4 0 26 275 36 104
Binary 10010110 11000000 11000111 11001 100 0 10110 10111101 11110 1000100

Color Harmonies of #96C0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0C7

Black with #96C0C7

Text Example


Text Example

White with #96C0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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