Html Css Color HEX #9DCAD0 Morning Glory

📋 copy color: '#9DCAD0'

red 157 ◦ green 202 ◦ blue 208

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

Shades of Morning Glory #9DCAD0

Tints of Morning Glory #9DCAD0

RGB

 RED value IS 157 (61.72% from 255) = 27.69%

 GREEN value IS 202 (79.3% from 255) = 35.63%

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 27.69%
G = 35.63%
B = 36.68%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9DCAD0 (or 0x9DCAD0) is known color: Morning Glory. HEX triplet: 9D, CA and D0. RGB value is (157,202,208). Sum of RGB (Red+Green+Blue) = 157+202+208=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #9DCAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCAD0 is #62352F. Grayscale: #BDBDBD. Windows color (decimal): -6436144 or 13683357. OLE color: 13683357.

HSL color Cylindrical-coordinate representation of color #9DCAD0: hue angle of 187.06º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DCAD0 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 202 208 -
CMYK 0.25 0.03 0 0.18
HSL 187.06º 0.35% 0.72% -
HSV(B) 187.06º 0.25% 0.82% -
XYZ 46.41 53.96 67.64 -
YUV 189.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 157 202 208 0.25 0.03 0 0.18 187.06 0.35 0.72
Hex 9D CA D0 19 3 0 12 BB 23 48
Octal 235 312 320 31 3 0 22 273 43 110
Binary 10011101 11001010 11010000 11001 11 0 10010 10111011 100011 1001000

Color Harmonies of #9DCAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCAD0

Black with #9DCAD0

Text Example


Text Example

White with #9DCAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DCAD0; }

 p { color: rgb(157,202,208); }

 H1.HeaderClassName
 {
   color: #9DCAD0;
 }
 .AnyTagClassName
 {
   color: #9DCAD0;
 }
</style>

background-color css

<style>
 a { background-color: #9DCAD0; }

 a { background-color: rgb(157,202,208); }

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

border-color css

<style>
 span { border-color: #9DCAD0; }

 span { border-color: rgb(157,202,208); }

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