Html Css Color HEX #96CACF Morning Glory

📋 copy color: '#96CACF'

red 150 ◦ green 202 ◦ blue 207

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

Shades of Morning Glory #96CACF

Tints of Morning Glory #96CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.14%

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 26.83%
G = 36.14%
B = 37.03%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96CACF (or 0x96CACF) is known color: Morning Glory. HEX triplet: 96, CA and CF. RGB value is (150,202,207). Sum of RGB (Red+Green+Blue) = 150+202+207=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #96CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CACF is #693530. Grayscale: #BABABA. Windows color (decimal): -6894897 or 13617814. OLE color: 13617814.

HSL color Cylindrical-coordinate representation of color #96CACF: hue angle of 185.26º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CACF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 202 207 -
CMYK 0.28 0.02 0 0.19
HSL 185.26º 0.37% 0.7% -
HSV(B) 185.26º 0.28% 0.81% -
XYZ 44.96 53.23 66.94 -
YUV 187.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 150 202 207 0.28 0.02 0 0.19 185.26 0.37 0.7
Hex 96 CA CF 1C 2 0 13 B9 25 46
Octal 226 312 317 34 2 0 23 271 45 106
Binary 10010110 11001010 11001111 11100 10 0 10011 10111001 100101 1000110

Color Harmonies of #96CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CACF

Black with #96CACF

Text Example


Text Example

White with #96CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,202,207); }

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

background-color css

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

 a { background-color: rgb(150,202,207); }

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

border-color css

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

 span { border-color: rgb(150,202,207); }

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