Html Css Color HEX #95D3CF Morning Glory

📋 copy color: '#95D3CF'

red 149 ◦ green 211 ◦ blue 207

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

Shades of Morning Glory #95D3CF

Tints of Morning Glory #95D3CF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.21%

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 26.28%
G = 37.21%
B = 36.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#95D3CF (or 0x95D3CF) is known color: Morning Glory. HEX triplet: 95, D3 and CF. RGB value is (149,211,207). Sum of RGB (Red+Green+Blue) = 149+211+207=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D3CF is #6A2C30. Grayscale: #BFBFBF. Windows color (decimal): -6958129 or 13620117. OLE color: 13620117.

HSL color Cylindrical-coordinate representation of color #95D3CF: hue angle of 176.13º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3CF is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 211 207 -
CMYK 0.29 0 0.02 0.17
HSL 176.13º 0.41% 0.71% -
HSV(B) 176.13º 0.29% 0.83% -
XYZ 46.95 57.48 67.65 -
YUV 192.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 149 211 207 0.29 0 0.02 0.17 176.13 0.41 0.71
Hex 95 D3 CF 1D 0 2 11 B0 29 47
Octal 225 323 317 35 0 2 21 260 51 107
Binary 10010101 11010011 11001111 11101 0 10 10001 10110000 101001 1000111

Color Harmonies of #95D3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D3CF

Black with #95D3CF

Text Example


Text Example

White with #95D3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,211,207); }

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

background-color css

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

 a { background-color: rgb(149,211,207); }

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

border-color css

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

 span { border-color: rgb(149,211,207); }

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