Html Css Color HEX #ADD5DB French Pass

📋 copy color: '#ADD5DB'

red 173 ◦ green 213 ◦ blue 219

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

Shades of French Pass #ADD5DB

Tints of French Pass #ADD5DB

RGB

 RED value IS 173 (67.97% from 255) = 28.6%

 GREEN value IS 213 (83.59% from 255) = 35.21%

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

R = 28.6%
G = 35.21%
B = 36.2%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADD5DB (or 0xADD5DB) is known color: French Pass. HEX triplet: AD, D5 and DB. RGB value is (173,213,219). Sum of RGB (Red+Green+Blue) = 173+213+219=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADD5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5DB is #522A24. Grayscale: #C9C9C9. Windows color (decimal): -5384741 or 14407085. OLE color: 14407085.

HSL color Cylindrical-coordinate representation of color #ADD5DB: hue angle of 187.83º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD5DB is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 213 219 -
CMYK 0.21 0.03 0 0.14
HSL 187.83º 0.39% 0.77% -
HSV(B) 187.83º 0.21% 0.86% -
XYZ 53.81 61.59 76.07 -
YUV 201.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 173 213 219 0.21 0.03 0 0.14 187.83 0.39 0.77
Hex AD D5 DB 15 3 0 E BC 27 4D
Octal 255 325 333 25 3 0 16 274 47 115
Binary 10101101 11010101 11011011 10101 11 0 1110 10111100 100111 1001101

Color Harmonies of #ADD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5DB

Black with #ADD5DB

Text Example


Text Example

White with #ADD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5DB; }

 p { color: rgb(173,213,219); }

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

background-color css

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

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

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

border-color css

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

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

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