#9ADFDC

Color #9ADFDC Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #9ADFDC

Tints of Morning Glory #9ADFDC

Color information

#9ADFDC (or 0x9ADFDC) is unknown color: approx Morning Glory. HEX triplet: 9A, DF and DC. RGB value is (154,223,220). Sum of RGB (Red+Green+Blue) = 154+223+220=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFDC is #652023. Grayscale: #C9C9C9. Windows color (decimal): -6627364 or 14475162. OLE color: 14475162.

HSL color Cylindrical-coordinate representation of color #9ADFDC: hue angle of 177.39º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADFDC is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB154223220-
CMYK0.3100.010.13
HSL177.39º51.88%73.92%-
HSV(B)177.39º30.94%87.45%-
XYZ52.6364.8177.45-
YUV202.03138.1493.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.80%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=25.80%
G=37.35%
B=36.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542232200.3100.010.13177.3951.8873.92
Hex9ADFDC1F01Db1344a
Octal23233733437011526164112
Binary10011010110111111101110011111011101101100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,223,220); }

 H1.HeaderClassName
 {
   color: #9ADFDC;
 }
 .AnyTagClassName
 {
   color: #9ADFDC;
 }
</style>
background-color css

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

 a { background-color: rgb(154,223,220); }

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

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

 span { border-color: rgb(154,223,220); }

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