Html Css Color HEX #A5DBDB Morning Glory

📋 copy color: '#A5DBDB'

red 165 ◦ green 219 ◦ blue 219

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

Shades of Morning Glory #A5DBDB

Tints of Morning Glory #A5DBDB

RGB

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

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

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

R = 27.36%
G = 36.32%
B = 36.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5DBDB (or 0xA5DBDB) is known color: Morning Glory. HEX triplet: A5, DB and DB. RGB value is (165,219,219). Sum of RGB (Red+Green+Blue) = 165+219+219=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #A5DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBDB is #5A2424. Grayscale: #CACACA. Windows color (decimal): -5907493 or 14408613. OLE color: 14408613.

HSL color Cylindrical-coordinate representation of color #A5DBDB: hue angle of 180º 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 #A5DBDB is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 219 219 -
CMYK 0.25 0 0 0.14
HSL 180º 0.43% 0.75% -
HSV(B) 180º 0.25% 0.86% -
XYZ 53.63 63.78 76.5 -
YUV 202.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 165 219 219 0.25 0 0 0.14 180 0.43 0.75
Hex A5 DB DB 19 0 0 E B4 2B 4B
Octal 245 333 333 31 0 0 16 264 53 113
Binary 10100101 11011011 11011011 11001 0 0 1110 10110100 101011 1001011

Color Harmonies of #A5DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBDB

Black with #A5DBDB

Text Example


Text Example

White with #A5DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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