Html Css Color HEX #95C8C7 Morning Glory

📋 copy color: '#95C8C7'

red 149 ◦ green 200 ◦ blue 199

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

Shades of Morning Glory #95C8C7

Tints of Morning Glory #95C8C7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

 BLUE value IS 199 (78.13% from 255) = 36.31%

R = 27.19%
G = 36.5%
B = 36.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#95C8C7 (or 0x95C8C7) is known color: Morning Glory. HEX triplet: 95, C8 and C7. RGB value is (149,200,199). Sum of RGB (Red+Green+Blue) = 149+200+199=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C8C7 is #6A3738. Grayscale: #B8B8B8. Windows color (decimal): -6960953 or 13093013. OLE color: 13093013.

HSL color Cylindrical-coordinate representation of color #95C8C7: hue angle of 178.82º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C8C7 is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 199 -
CMYK 0.26 0 0.00 0.22
HSL 178.82º 0.32% 0.68% -
HSV(B) 178.82º 0.26% 0.78% -
XYZ 43.36 51.82 61.75 -
YUV 184.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 149 200 199 0.26 0 0.00 0.22 178.82 0.32 0.68
Hex 95 C8 C7 1A 0 0 16 B3 20 44
Octal 225 310 307 32 0 0 26 263 40 104
Binary 10010101 11001000 11000111 11010 0 0 10110 10110011 100000 1000100

Color Harmonies of #95C8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C8C7

Black with #95C8C7

Text Example


Text Example

White with #95C8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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