Html Css Color HEX #96C3C8 Morning Glory

📋 copy color: '#96C3C8'

red 150 ◦ green 195 ◦ blue 200

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

Shades of Morning Glory #96C3C8

Tints of Morning Glory #96C3C8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.78%

 BLUE value IS 200 (78.52% from 255) = 36.7%

R = 27.52%
G = 35.78%
B = 36.7%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#96C3C8 (or 0x96C3C8) is known color: Morning Glory. HEX triplet: 96, C3 and C8. RGB value is (150,195,200). Sum of RGB (Red+Green+Blue) = 150+195+200=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 200 - color contains mainly: blue. Hex color #96C3C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C3C8 is #693C37. Grayscale: #B6B6B6. Windows color (decimal): -6896696 or 13157270. OLE color: 13157270.

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

Color convert

RGB 150 195 200 -
CMYK 0.25 0.02 0 0.22
HSL 186º 0.31% 0.69% -
HSV(B) 186º 0.25% 0.78% -
XYZ 42.52 49.68 61.99 -
YUV 182.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 150 195 200 0.25 0.02 0 0.22 186 0.31 0.69
Hex 96 C3 C8 19 2 0 16 BA 1F 45
Octal 226 303 310 31 2 0 26 272 37 105
Binary 10010110 11000011 11001000 11001 10 0 10110 10111010 11111 1000101

Color Harmonies of #96C3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C3C8

Black with #96C3C8

Text Example


Text Example

White with #96C3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,195,200); }

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

background-color css

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

 a { background-color: rgb(150,195,200); }

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

border-color css

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

 span { border-color: rgb(150,195,200); }

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