Html Css Color HEX #9FDADA Morning Glory

📋 copy color: '#9FDADA'

red 159 ◦ green 218 ◦ blue 218

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

Shades of Morning Glory #9FDADA

Tints of Morning Glory #9FDADA

RGB

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

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

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

R = 26.72%
G = 36.64%
B = 36.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FDADA (or 0x9FDADA) is known color: Morning Glory. HEX triplet: 9F, DA and DA. RGB value is (159,218,218). Sum of RGB (Red+Green+Blue) = 159+218+218=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #9FDADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDADA is #602525. Grayscale: #C8C8C8. Windows color (decimal): -6300966 or 14342815. OLE color: 14342815.

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

Color convert

RGB 159 218 218 -
CMYK 0.27 0 0 0.15
HSL 180º 0.44% 0.74% -
HSV(B) 180º 0.27% 0.85% -
XYZ 52.02 62.58 75.67 -
YUV 200.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 159 218 218 0.27 0 0 0.15 180 0.44 0.74
Hex 9F DA DA 1B 0 0 F B4 2C 4A
Octal 237 332 332 33 0 0 17 264 54 112
Binary 10011111 11011010 11011010 11011 0 0 1111 10110100 101100 1001010

Color Harmonies of #9FDADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDADA

Black with #9FDADA

Text Example


Text Example

White with #9FDADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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