Html Css Color HEX #9EDCDA Morning Glory

📋 copy color: '#9EDCDA'

red 158 ◦ green 220 ◦ blue 218

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

Shades of Morning Glory #9EDCDA

Tints of Morning Glory #9EDCDA

RGB

 RED value IS 158 (62.11% from 255) = 26.51%

 GREEN value IS 220 (86.33% from 255) = 36.91%

 BLUE value IS 218 (85.55% from 255) = 36.58%

R = 26.51%
G = 36.91%
B = 36.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#9EDCDA (or 0x9EDCDA) is known color: Morning Glory. HEX triplet: 9E, DC and DA. RGB value is (158,220,218). Sum of RGB (Red+Green+Blue) = 158+220+218=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCDA is #612325. Grayscale: #C9C9C9. Windows color (decimal): -6365990 or 14343326. OLE color: 14343326.

HSL color Cylindrical-coordinate representation of color #9EDCDA: hue angle of 178.06º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDCDA is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 218 -
CMYK 0.28 0 0.01 0.14
HSL 178.06º 0.47% 0.74% -
HSV(B) 178.06º 0.28% 0.86% -
XYZ 52.35 63.52 75.83 -
YUV 201.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 158 220 218 0.28 0 0.01 0.14 178.06 0.47 0.74
Hex 9E DC DA 1C 0 1 E B2 2F 4A
Octal 236 334 332 34 0 1 16 262 57 112
Binary 10011110 11011100 11011010 11100 0 1 1110 10110010 101111 1001010

Color Harmonies of #9EDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDCDA

Black with #9EDCDA

Text Example


Text Example

White with #9EDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,220,218); }

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

background-color css

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

 a { background-color: rgb(158,220,218); }

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

border-color css

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

 span { border-color: rgb(158,220,218); }

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