Html Css Color HEX #9ADFDC Morning Glory

📋 copy color: '#9ADFDC'

red 154 ◦ green 223 ◦ blue 220

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

Shades of Morning Glory #9ADFDC

Tints of Morning Glory #9ADFDC

RGB

 RED value IS 154 (60.55% from 255) = 25.8%

 GREEN value IS 223 (87.5% from 255) = 37.35%

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 25.8%
G = 37.35%
B = 36.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#9ADFDC (or 0x9ADFDC) is known color: 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

RGB 154 223 220 -
CMYK 0.31 0 0.01 0.13
HSL 177.39º 0.52% 0.74% -
HSV(B) 177.39º 0.31% 0.87% -
XYZ 52.63 64.81 77.45 -
YUV 202.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 154 223 220 0.31 0 0.01 0.13 177.39 0.52 0.74
Hex 9A DF DC 1F 0 1 D B1 34 4A
Octal 232 337 334 37 0 1 15 261 64 112
Binary 10011010 11011111 11011100 11111 0 1 1101 10110001 110100 1001010

Color Harmonies of #9ADFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFDC

Black with #9ADFDC

Text Example


Text Example

White with #9ADFDC

Text Example


Text Example

HTML Codes & Css Web 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>