Html Css Color HEX #A5DADB Morning Glory

📋 copy color: '#A5DADB'

red 165 ◦ green 218 ◦ blue 219

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

Shades of Morning Glory #A5DADB

Tints of Morning Glory #A5DADB

RGB

 RED value IS 165 (64.84% from 255) = 27.41%

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

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 27.41%
G = 36.21%
B = 36.38%

CMYK

 C value IS 0.25

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5DADB (or 0xA5DADB) is known color: Morning Glory. HEX triplet: A5, DA and DB. RGB value is (165,218,219). Sum of RGB (Red+Green+Blue) = 165+218+219=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DADB is #5A2524. Grayscale: #CACACA. Windows color (decimal): -5907749 or 14408357. OLE color: 14408357.

HSL color Cylindrical-coordinate representation of color #A5DADB: hue angle of 181.11º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DADB is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 218 219 -
CMYK 0.25 0.00 0 0.14
HSL 181.11º 0.43% 0.75% -
HSV(B) 181.11º 0.25% 0.86% -
XYZ 53.37 63.26 76.41 -
YUV 202.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 165 218 219 0.25 0.00 0 0.14 181.11 0.43 0.75
Hex A5 DA DB 19 0 0 E B5 2B 4B
Octal 245 332 333 31 0 0 16 265 53 113
Binary 10100101 11011010 11011011 11001 0 0 1110 10110101 101011 1001011

Color Harmonies of #A5DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DADB

Black with #A5DADB

Text Example


Text Example

White with #A5DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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