Html Css Color HEX #94C0C3 Morning Glory

📋 copy color: '#94C0C3'

red 148 ◦ green 192 ◦ blue 195

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

Shades of Morning Glory #94C0C3

Tints of Morning Glory #94C0C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.45%

R = 27.66%
G = 35.89%
B = 36.45%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#94C0C3 (or 0x94C0C3) is known color: Morning Glory. HEX triplet: 94, C0 and C3. RGB value is (148,192,195). Sum of RGB (Red+Green+Blue) = 148+192+195=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 195 - color contains mainly: blue. Hex color #94C0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0C3 is #6B3F3C. Grayscale: #B3B3B3. Windows color (decimal): -7028541 or 12828820. OLE color: 12828820.

HSL color Cylindrical-coordinate representation of color #94C0C3: hue angle of 183.83º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C0C3 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 192 195 -
CMYK 0.24 0.02 0 0.24
HSL 183.83º 0.28% 0.67% -
HSV(B) 183.83º 0.24% 0.76% -
XYZ 40.91 47.94 58.73 -
YUV 179.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 148 192 195 0.24 0.02 0 0.24 183.83 0.28 0.67
Hex 94 C0 C3 18 2 0 18 B8 1C 43
Octal 224 300 303 30 2 0 30 270 34 103
Binary 10010100 11000000 11000011 11000 10 0 11000 10111000 11100 1000011

Color Harmonies of #94C0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C0C3

Black with #94C0C3

Text Example


Text Example

White with #94C0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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