Html Css Color HEX #9BE0DE Morning Glory

📋 copy color: '#9BE0DE'

red 155 ◦ green 224 ◦ blue 222

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

Shades of Morning Glory #9BE0DE

Tints of Morning Glory #9BE0DE

RGB

 RED value IS 155 (60.94% from 255) = 25.79%

 GREEN value IS 224 (87.89% from 255) = 37.27%

 BLUE value IS 222 (87.11% from 255) = 36.94%

R = 25.79%
G = 37.27%
B = 36.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#9BE0DE (or 0x9BE0DE) is known color: Morning Glory. HEX triplet: 9B, E0 and DE. RGB value is (155,224,222). Sum of RGB (Red+Green+Blue) = 155+224+222=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0DE is #641F21. Grayscale: #CBCBCB. Windows color (decimal): -6561570 or 14606491. OLE color: 14606491.

HSL color Cylindrical-coordinate representation of color #9BE0DE: hue angle of 178.26º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE0DE is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 224 222 -
CMYK 0.31 0 0.01 0.12
HSL 178.26º 0.53% 0.74% -
HSV(B) 178.26º 0.31% 0.88% -
XYZ 53.36 65.55 78.95 -
YUV 203.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 155 224 222 0.31 0 0.01 0.12 178.26 0.53 0.74
Hex 9B E0 DE 1F 0 1 C B2 35 4A
Octal 233 340 336 37 0 1 14 262 65 112
Binary 10011011 11100000 11011110 11111 0 1 1100 10110010 110101 1001010

Color Harmonies of #9BE0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE0DE

Black with #9BE0DE

Text Example


Text Example

White with #9BE0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,224,222); }

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

background-color css

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

 a { background-color: rgb(155,224,222); }

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

border-color css

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

 span { border-color: rgb(155,224,222); }

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