Html Css Color HEX #95D0CE Morning Glory

📋 copy color: '#95D0CE'

red 149 ◦ green 208 ◦ blue 206

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

Shades of Morning Glory #95D0CE

Tints of Morning Glory #95D0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.94%

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 26.47%
G = 36.94%
B = 36.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#95D0CE (or 0x95D0CE) is known color: Morning Glory. HEX triplet: 95, D0 and CE. RGB value is (149,208,206). Sum of RGB (Red+Green+Blue) = 149+208+206=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #95D0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D0CE is #6A2F31. Grayscale: #BEBEBE. Windows color (decimal): -6958898 or 13553813. OLE color: 13553813.

HSL color Cylindrical-coordinate representation of color #95D0CE: hue angle of 177.97º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95D0CE is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 208 206 -
CMYK 0.28 0 0.01 0.18
HSL 177.97º 0.39% 0.7% -
HSV(B) 177.97º 0.28% 0.82% -
XYZ 46.09 55.96 66.76 -
YUV 190.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 149 208 206 0.28 0 0.01 0.18 177.97 0.39 0.7
Hex 95 D0 CE 1C 0 1 12 B2 27 46
Octal 225 320 316 34 0 1 22 262 47 106
Binary 10010101 11010000 11001110 11100 0 1 10010 10110010 100111 1000110

Color Harmonies of #95D0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D0CE

Black with #95D0CE

Text Example


Text Example

White with #95D0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,208,206); }

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

background-color css

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

 a { background-color: rgb(149,208,206); }

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

border-color css

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

 span { border-color: rgb(149,208,206); }

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