Html Css Color HEX #94C3C9 Morning Glory

📋 copy color: '#94C3C9'

red 148 ◦ green 195 ◦ blue 201

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

Shades of Morning Glory #94C3C9

Tints of Morning Glory #94C3C9

RGB

 RED value IS 148 (58.2% from 255) = 27.21%

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

 BLUE value IS 201 (78.91% from 255) = 36.95%

R = 27.21%
G = 35.85%
B = 36.95%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#94C3C9 (or 0x94C3C9) is known color: Morning Glory. HEX triplet: 94, C3 and C9. RGB value is (148,195,201). Sum of RGB (Red+Green+Blue) = 148+195+201=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #94C3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C3C9 is #6B3C36. Grayscale: #B5B5B5. Windows color (decimal): -7027767 or 13222804. OLE color: 13222804.

HSL color Cylindrical-coordinate representation of color #94C3C9: hue angle of 186.79º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C3C9 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 195 201 -
CMYK 0.26 0.03 0 0.21
HSL 186.79º 0.33% 0.68% -
HSV(B) 186.79º 0.26% 0.79% -
XYZ 42.27 49.54 62.59 -
YUV 181.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 148 195 201 0.26 0.03 0 0.21 186.79 0.33 0.68
Hex 94 C3 C9 1A 3 0 15 BB 21 44
Octal 224 303 311 32 3 0 25 273 41 104
Binary 10010100 11000011 11001001 11010 11 0 10101 10111011 100001 1000100

Color Harmonies of #94C3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C3C9

Black with #94C3C9

Text Example


Text Example

White with #94C3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94C3C9; }

 p { color: rgb(148,195,201); }

 H1.HeaderClassName
 {
   color: #94C3C9;
 }
 .AnyTagClassName
 {
   color: #94C3C9;
 }
</style>

background-color css

<style>
 a { background-color: #94C3C9; }

 a { background-color: rgb(148,195,201); }

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

border-color css

<style>
 span { border-color: #94C3C9; }

 span { border-color: rgb(148,195,201); }

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