Html Css Color HEX #9BDCDA Morning Glory

📋 copy color: '#9BDCDA'

red 155 ◦ green 220 ◦ blue 218

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

Shades of Morning Glory #9BDCDA

Tints of Morning Glory #9BDCDA

RGB

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

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

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

R = 26.14%
G = 37.1%
B = 36.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#9BDCDA (or 0x9BDCDA) is known color: Morning Glory. HEX triplet: 9B, DC and DA. RGB value is (155,220,218). Sum of RGB (Red+Green+Blue) = 155+220+218=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCDA is #642325. Grayscale: #C8C8C8. Windows color (decimal): -6562598 or 14343323. OLE color: 14343323.

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

Color convert

RGB 155 220 218 -
CMYK 0.30 0 0.01 0.14
HSL 178.15º 0.48% 0.74% -
HSV(B) 178.15º 0.3% 0.86% -
XYZ 51.77 63.22 75.8 -
YUV 200.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 155 220 218 0.30 0 0.01 0.14 178.15 0.48 0.74
Hex 9B DC DA 1E 0 1 E B2 30 4A
Octal 233 334 332 36 0 1 16 262 60 112
Binary 10011011 11011100 11011010 11110 0 1 1110 10110010 110000 1001010

Color Harmonies of #9BDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDCDA

Black with #9BDCDA

Text Example


Text Example

White with #9BDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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