Html Css Color HEX #9BDBDA Morning Glory

📋 copy color: '#9BDBDA'

red 155 ◦ green 219 ◦ blue 218

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

Shades of Morning Glory #9BDBDA

Tints of Morning Glory #9BDBDA

RGB

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

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

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

R = 26.18%
G = 36.99%
B = 36.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#9BDBDA (or 0x9BDBDA) is known color: Morning Glory. HEX triplet: 9B, DB and DA. RGB value is (155,219,218). Sum of RGB (Red+Green+Blue) = 155+219+218=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBDA is #642425. Grayscale: #C7C7C7. Windows color (decimal): -6562854 or 14343067. OLE color: 14343067.

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

Color convert

RGB 155 219 218 -
CMYK 0.29 0 0.00 0.14
HSL 179.06º 0.47% 0.73% -
HSV(B) 179.06º 0.29% 0.86% -
XYZ 51.5 62.69 75.72 -
YUV 199.75 138.3 96.08 -
System Red Green Blue C M Y K H S L
Decimal 155 219 218 0.29 0 0.00 0.14 179.06 0.47 0.73
Hex 9B DB DA 1D 0 0 E B3 2F 49
Octal 233 333 332 35 0 0 16 263 57 111
Binary 10011011 11011011 11011010 11101 0 0 1110 10110011 101111 1001001

Color Harmonies of #9BDBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDBDA

Black with #9BDBDA

Text Example


Text Example

White with #9BDBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,219,218); }

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

background-color css

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

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

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

border-color css

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

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

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