Html Css Color HEX #9BDADA Morning Glory

📋 copy color: '#9BDADA'

red 155 ◦ green 218 ◦ blue 218

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

Shades of Morning Glory #9BDADA

Tints of Morning Glory #9BDADA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.89%

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

R = 26.23%
G = 36.89%
B = 36.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BDADA (or 0x9BDADA) is known color: Morning Glory. HEX triplet: 9B, DA and DA. RGB value is (155,218,218). Sum of RGB (Red+Green+Blue) = 155+218+218=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #9BDADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDADA is #642525. Grayscale: #C7C7C7. Windows color (decimal): -6563110 or 14342811. OLE color: 14342811.

HSL color Cylindrical-coordinate representation of color #9BDADA: hue angle of 180º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDADA is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 218 218 -
CMYK 0.29 0 0 0.15
HSL 180º 0.46% 0.73% -
HSV(B) 180º 0.29% 0.85% -
XYZ 51.24 62.17 75.63 -
YUV 199.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 155 218 218 0.29 0 0 0.15 180 0.46 0.73
Hex 9B DA DA 1D 0 0 F B4 2E 49
Octal 233 332 332 35 0 0 17 264 56 111
Binary 10011011 11011010 11011010 11101 0 0 1111 10110100 101110 1001001

Color Harmonies of #9BDADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDADA

Black with #9BDADA

Text Example


Text Example

White with #9BDADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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