Html Css Color HEX #8ADBDA Morning Glory

📋 copy color: '#8ADBDA'

red 138 ◦ green 219 ◦ blue 218

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

Shades of Morning Glory #8ADBDA

Tints of Morning Glory #8ADBDA

RGB

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

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

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

R = 24%
G = 38.09%
B = 37.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#8ADBDA (or 0x8ADBDA) is known color: Morning Glory. HEX triplet: 8A, DB and DA. RGB value is (138,219,218). Sum of RGB (Red+Green+Blue) = 138+219+218=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADBDA is #752425. Grayscale: #C2C2C2. Windows color (decimal): -7676966 or 14343050. OLE color: 14343050.

HSL color Cylindrical-coordinate representation of color #8ADBDA: hue angle of 179.26º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADBDA is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 219 218 -
CMYK 0.37 0 0.00 0.14
HSL 179.26º 0.53% 0.7% -
HSV(B) 179.26º 0.37% 0.86% -
XYZ 48.47 61.13 75.57 -
YUV 194.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 138 219 218 0.37 0 0.00 0.14 179.26 0.53 0.7
Hex 8A DB DA 25 0 0 E B3 35 46
Octal 212 333 332 45 0 0 16 263 65 106
Binary 10001010 11011011 11011010 100101 0 0 1110 10110011 110101 1000110

Color Harmonies of #8ADBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADBDA

Black with #8ADBDA

Text Example


Text Example

White with #8ADBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,219,218); }

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

background-color css

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

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

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

border-color css

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

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

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