Html Css Color HEX #9CD0CE Morning Glory

📋 copy color: '#9CD0CE'

red 156 ◦ green 208 ◦ blue 206

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

Shades of Morning Glory #9CD0CE

Tints of Morning Glory #9CD0CE

RGB

 RED value IS 156 (61.33% from 255) = 27.37%

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

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

R = 27.37%
G = 36.49%
B = 36.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#9CD0CE (or 0x9CD0CE) is known color: Morning Glory. HEX triplet: 9C, D0 and CE. RGB value is (156,208,206). Sum of RGB (Red+Green+Blue) = 156+208+206=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD0CE is #632F31. Grayscale: #C0C0C0. Windows color (decimal): -6500146 or 13553820. OLE color: 13553820.

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

Color convert

RGB 156 208 206 -
CMYK 0.25 0 0.01 0.18
HSL 177.69º 0.36% 0.71% -
HSV(B) 177.69º 0.25% 0.82% -
XYZ 47.41 56.64 66.83 -
YUV 192.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 156 208 206 0.25 0 0.01 0.18 177.69 0.36 0.71
Hex 9C D0 CE 19 0 1 12 B2 24 47
Octal 234 320 316 31 0 1 22 262 44 107
Binary 10011100 11010000 11001110 11001 0 1 10010 10110010 100100 1000111

Color Harmonies of #9CD0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD0CE

Black with #9CD0CE

Text Example


Text Example

White with #9CD0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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