Html Css Color HEX #9FDBDB Morning Glory

📋 copy color: '#9FDBDB'

red 159 ◦ green 219 ◦ blue 219

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

Shades of Morning Glory #9FDBDB

Tints of Morning Glory #9FDBDB

RGB

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

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

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

R = 26.63%
G = 36.68%
B = 36.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FDBDB (or 0x9FDBDB) is known color: Morning Glory. HEX triplet: 9F, DB and DB. RGB value is (159,219,219). Sum of RGB (Red+Green+Blue) = 159+219+219=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #9FDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBDB is #602424. Grayscale: #C8C8C8. Windows color (decimal): -6300709 or 14408607. OLE color: 14408607.

HSL color Cylindrical-coordinate representation of color #9FDBDB: hue angle of 180º 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 #9FDBDB is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 219 219 -
CMYK 0.27 0 0 0.14
HSL 180º 0.45% 0.74% -
HSV(B) 180º 0.27% 0.86% -
XYZ 52.42 63.15 76.44 -
YUV 201.06 138.12 98 -
System Red Green Blue C M Y K H S L
Decimal 159 219 219 0.27 0 0 0.14 180 0.45 0.74
Hex 9F DB DB 1B 0 0 E B4 2D 4A
Octal 237 333 333 33 0 0 16 264 55 112
Binary 10011111 11011011 11011011 11011 0 0 1110 10110100 101101 1001010

Color Harmonies of #9FDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBDB

Black with #9FDBDB

Text Example


Text Example

White with #9FDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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