Html Css Color HEX #9FDBDA Morning Glory

📋 copy color: '#9FDBDA'

red 159 ◦ green 219 ◦ blue 218

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

Shades of Morning Glory #9FDBDA

Tints of Morning Glory #9FDBDA

RGB

 RED value IS 159 (62.5% from 255) = 26.68%

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

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

R = 26.68%
G = 36.74%
B = 36.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#9FDBDA (or 0x9FDBDA) is known color: Morning Glory. HEX triplet: 9F, DB and DA. RGB value is (159,219,218). Sum of RGB (Red+Green+Blue) = 159+219+218=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBDA is #602425. Grayscale: #C8C8C8. Windows color (decimal): -6300710 or 14343071. OLE color: 14343071.

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

Color convert

RGB 159 219 218 -
CMYK 0.27 0 0.00 0.14
HSL 179º 0.45% 0.74% -
HSV(B) 179º 0.27% 0.86% -
XYZ 52.28 63.1 75.75 -
YUV 200.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 159 219 218 0.27 0 0.00 0.14 179 0.45 0.74
Hex 9F DB DA 1B 0 0 E B3 2D 4A
Octal 237 333 332 33 0 0 16 263 55 112
Binary 10011111 11011011 11011010 11011 0 0 1110 10110011 101101 1001010

Color Harmonies of #9FDBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBDA

Black with #9FDBDA

Text Example


Text Example

White with #9FDBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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