Html Css Color HEX #9ADBDB Morning Glory

📋 copy color: '#9ADBDB'

red 154 ◦ green 219 ◦ blue 219

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

Shades of Morning Glory #9ADBDB

Tints of Morning Glory #9ADBDB

RGB

 RED value IS 154 (60.55% from 255) = 26.01%

 GREEN value IS 219 (85.94% from 255) = 36.99%

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 26.01%
G = 36.99%
B = 36.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9ADBDB (or 0x9ADBDB) is known color: Morning Glory. HEX triplet: 9A, DB and DB. RGB value is (154,219,219). Sum of RGB (Red+Green+Blue) = 154+219+219=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #9ADBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBDB is #652424. Grayscale: #C7C7C7. Windows color (decimal): -6628389 or 14408602. OLE color: 14408602.

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

Color convert

RGB 154 219 219 -
CMYK 0.30 0 0 0.14
HSL 180º 0.47% 0.73% -
HSV(B) 180º 0.3% 0.86% -
XYZ 51.44 62.65 76.4 -
YUV 199.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 154 219 219 0.30 0 0 0.14 180 0.47 0.73
Hex 9A DB DB 1E 0 0 E B4 2F 49
Octal 232 333 333 36 0 0 16 264 57 111
Binary 10011010 11011011 11011011 11110 0 0 1110 10110100 101111 1001001

Color Harmonies of #9ADBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADBDB

Black with #9ADBDB

Text Example


Text Example

White with #9ADBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,219,219); }

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

background-color css

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

 a { background-color: rgb(154,219,219); }

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

border-color css

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

 span { border-color: rgb(154,219,219); }

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