Html Css Color HEX #9BE1DE Morning Glory

📋 copy color: '#9BE1DE'

red 155 ◦ green 225 ◦ blue 222

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

Shades of Morning Glory #9BE1DE

Tints of Morning Glory #9BE1DE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.38%

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

R = 25.75%
G = 37.38%
B = 36.88%

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

#9BE1DE (or 0x9BE1DE) is known color: Morning Glory. HEX triplet: 9B, E1 and DE. RGB value is (155,225,222). Sum of RGB (Red+Green+Blue) = 155+225+222=602 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.75% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1DE is #641E21. Grayscale: #CBCBCB. Windows color (decimal): -6561314 or 14606747. OLE color: 14606747.

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

Color convert

RGB 155 225 222 -
CMYK 0.31 0 0.01 0.12
HSL 177.43º 0.54% 0.75% -
HSV(B) 177.43º 0.31% 0.88% -
XYZ 53.63 66.09 79.04 -
YUV 203.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 155 225 222 0.31 0 0.01 0.12 177.43 0.54 0.75
Hex 9B E1 DE 1F 0 1 C B1 36 4B
Octal 233 341 336 37 0 1 14 261 66 113
Binary 10011011 11100001 11011110 11111 0 1 1100 10110001 110110 1001011

Color Harmonies of #9BE1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE1DE

Black with #9BE1DE

Text Example


Text Example

White with #9BE1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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