Html Css Color HEX #95DDDB Morning Glory

📋 copy color: '#95DDDB'

red 149 ◦ green 221 ◦ blue 219

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

Shades of Morning Glory #95DDDB

Tints of Morning Glory #95DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.52%

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 25.3%
G = 37.52%
B = 37.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#95DDDB (or 0x95DDDB) is known color: Morning Glory. HEX triplet: 95, DD and DB. RGB value is (149,221,219). Sum of RGB (Red+Green+Blue) = 149+221+219=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDDB is #6A2224. Grayscale: #C7C7C7. Windows color (decimal): -6955557 or 14409109. OLE color: 14409109.

HSL color Cylindrical-coordinate representation of color #95DDDB: hue angle of 178.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DDDB is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 221 219 -
CMYK 0.33 0 0.01 0.13
HSL 178.33º 0.51% 0.73% -
HSV(B) 178.33º 0.33% 0.87% -
XYZ 51.04 63.22 76.53 -
YUV 199.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 149 221 219 0.33 0 0.01 0.13 178.33 0.51 0.73
Hex 95 DD DB 21 0 1 D B2 33 49
Octal 225 335 333 41 0 1 15 262 63 111
Binary 10010101 11011101 11011011 100001 0 1 1101 10110010 110011 1001001

Color Harmonies of #95DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDDB

Black with #95DDDB

Text Example


Text Example

White with #95DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,221,219); }

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

background-color css

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

 a { background-color: rgb(149,221,219); }

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

border-color css

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

 span { border-color: rgb(149,221,219); }

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