Html Css Color HEX #95D1CB Morning Glory

📋 copy color: '#95D1CB'

red 149 ◦ green 209 ◦ blue 203

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

Shades of Morning Glory #95D1CB

Tints of Morning Glory #95D1CB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.25%

 BLUE value IS 203 (79.69% from 255) = 36.19%

R = 26.56%
G = 37.25%
B = 36.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#95D1CB (or 0x95D1CB) is known color: Morning Glory. HEX triplet: 95, D1 and CB. RGB value is (149,209,203). Sum of RGB (Red+Green+Blue) = 149+209+203=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #95D1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D1CB is #6A2E34. Grayscale: #BEBEBE. Windows color (decimal): -6958645 or 13357461. OLE color: 13357461.

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

Color convert

RGB 149 209 203 -
CMYK 0.29 0 0.03 0.18
HSL 174º 0.39% 0.7% -
HSV(B) 174º 0.29% 0.82% -
XYZ 45.97 56.3 64.94 -
YUV 190.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 149 209 203 0.29 0 0.03 0.18 174 0.39 0.7
Hex 95 D1 CB 1D 0 3 12 AE 27 46
Octal 225 321 313 35 0 3 22 256 47 106
Binary 10010101 11010001 11001011 11101 0 11 10010 10101110 100111 1000110

Color Harmonies of #95D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D1CB

Black with #95D1CB

Text Example


Text Example

White with #95D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,209,203); }

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

background-color css

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

 a { background-color: rgb(149,209,203); }

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

border-color css

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

 span { border-color: rgb(149,209,203); }

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