Html Css Color HEX #95C7CA Morning Glory

📋 copy color: '#95C7CA'

red 149 ◦ green 199 ◦ blue 202

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

Shades of Morning Glory #95C7CA

Tints of Morning Glory #95C7CA

RGB

 RED value IS 149 (58.59% from 255) = 27.09%

 GREEN value IS 199 (78.13% from 255) = 36.18%

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 27.09%
G = 36.18%
B = 36.73%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#95C7CA (or 0x95C7CA) is known color: Morning Glory. HEX triplet: 95, C7 and CA. RGB value is (149,199,202). Sum of RGB (Red+Green+Blue) = 149+199+202=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #95C7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C7CA is #6A3835. Grayscale: #B8B8B8. Windows color (decimal): -6961206 or 13289365. OLE color: 13289365.

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

Color convert

RGB 149 199 202 -
CMYK 0.26 0.01 0 0.21
HSL 183.4º 0.33% 0.69% -
HSV(B) 183.4º 0.26% 0.79% -
XYZ 43.48 51.5 63.53 -
YUV 184.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 149 199 202 0.26 0.01 0 0.21 183.4 0.33 0.69
Hex 95 C7 CA 1A 1 0 15 B7 21 45
Octal 225 307 312 32 1 0 25 267 41 105
Binary 10010101 11000111 11001010 11010 1 0 10101 10110111 100001 1000101

Color Harmonies of #95C7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C7CA

Black with #95C7CA

Text Example


Text Example

White with #95C7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C7CA; }

 p { color: rgb(149,199,202); }

 H1.HeaderClassName
 {
   color: #95C7CA;
 }
 .AnyTagClassName
 {
   color: #95C7CA;
 }
</style>

background-color css

<style>
 a { background-color: #95C7CA; }

 a { background-color: rgb(149,199,202); }

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

border-color css

<style>
 span { border-color: #95C7CA; }

 span { border-color: rgb(149,199,202); }

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