Html Css Color HEX #95DBDF Morning Glory

📋 copy color: '#95DBDF'

red 149 ◦ green 219 ◦ blue 223

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

Shades of Morning Glory #95DBDF

Tints of Morning Glory #95DBDF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.06%

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 25.21%
G = 37.06%
B = 37.73%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95DBDF (or 0x95DBDF) is known color: Morning Glory. HEX triplet: 95, DB and DF. RGB value is (149,219,223). Sum of RGB (Red+Green+Blue) = 149+219+223=591 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.21% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #95DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBDF is #6A2420. Grayscale: #C6C6C6. Windows color (decimal): -6956065 or 14670741. OLE color: 14670741.

HSL color Cylindrical-coordinate representation of color #95DBDF: hue angle of 183.24º degrees, saturation: 0.54, 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 #95DBDF is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 219 223 -
CMYK 0.33 0.02 0 0.13
HSL 183.24º 0.54% 0.73% -
HSV(B) 183.24º 0.33% 0.87% -
XYZ 51.05 62.38 79.16 -
YUV 198.53 141.81 92.67 -
System Red Green Blue C M Y K H S L
Decimal 149 219 223 0.33 0.02 0 0.13 183.24 0.54 0.73
Hex 95 DB DF 21 2 0 D B7 36 49
Octal 225 333 337 41 2 0 15 267 66 111
Binary 10010101 11011011 11011111 100001 10 0 1101 10110111 110110 1001001

Color Harmonies of #95DBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DBDF

Black with #95DBDF

Text Example


Text Example

White with #95DBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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