Html Css Color HEX #8ADFDD Morning Glory

📋 copy color: '#8ADFDD'

red 138 ◦ green 223 ◦ blue 221

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

Shades of Morning Glory #8ADFDD

Tints of Morning Glory #8ADFDD

RGB

 RED value IS 138 (54.3% from 255) = 23.71%

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

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 23.71%
G = 38.32%
B = 37.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#8ADFDD (or 0x8ADFDD) is known color: Morning Glory. HEX triplet: 8A, DF and DD. RGB value is (138,223,221). Sum of RGB (Red+Green+Blue) = 138+223+221=582 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.71% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFDD is #752022. Grayscale: #C5C5C5. Windows color (decimal): -7675939 or 14540682. OLE color: 14540682.

HSL color Cylindrical-coordinate representation of color #8ADFDD: hue angle of 178.59º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADFDD is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 223 221 -
CMYK 0.38 0 0.01 0.13
HSL 178.59º 0.57% 0.71% -
HSV(B) 178.59º 0.38% 0.87% -
XYZ 49.92 63.4 78.01 -
YUV 197.36 141.34 85.66 -
System Red Green Blue C M Y K H S L
Decimal 138 223 221 0.38 0 0.01 0.13 178.59 0.57 0.71
Hex 8A DF DD 26 0 1 D B3 39 47
Octal 212 337 335 46 0 1 15 263 71 107
Binary 10001010 11011111 11011101 100110 0 1 1101 10110011 111001 1000111

Color Harmonies of #8ADFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADFDD

Black with #8ADFDD

Text Example


Text Example

White with #8ADFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ADFDD; }

 p { color: rgb(138,223,221); }

 H1.HeaderClassName
 {
   color: #8ADFDD;
 }
 .AnyTagClassName
 {
   color: #8ADFDD;
 }
</style>

background-color css

<style>
 a { background-color: #8ADFDD; }

 a { background-color: rgb(138,223,221); }

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

border-color css

<style>
 span { border-color: #8ADFDD; }

 span { border-color: rgb(138,223,221); }

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