Html Css Color HEX #ADD4DA French Pass

📋 copy color: '#ADD4DA'

red 173 ◦ green 212 ◦ blue 218

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

Shades of French Pass #ADD4DA

Tints of French Pass #ADD4DA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.16%

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

R = 28.69%
G = 35.16%
B = 36.15%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADD4DA (or 0xADD4DA) is known color: French Pass. HEX triplet: AD, D4 and DA. RGB value is (173,212,218). Sum of RGB (Red+Green+Blue) = 173+212+218=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4DA is #522B25. Grayscale: #C8C8C8. Windows color (decimal): -5384998 or 14341293. OLE color: 14341293.

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

Color convert

RGB 173 212 218 -
CMYK 0.21 0.03 0 0.15
HSL 188º 0.38% 0.77% -
HSV(B) 188º 0.21% 0.85% -
XYZ 53.43 61.03 75.29 -
YUV 201.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 173 212 218 0.21 0.03 0 0.15 188 0.38 0.77
Hex AD D4 DA 15 3 0 F BC 26 4D
Octal 255 324 332 25 3 0 17 274 46 115
Binary 10101101 11010100 11011010 10101 11 0 1111 10111100 100110 1001101

Color Harmonies of #ADD4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4DA

Black with #ADD4DA

Text Example


Text Example

White with #ADD4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4DA; }

 p { color: rgb(173,212,218); }

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

background-color css

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

 a { background-color: rgb(173,212,218); }

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

border-color css

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

 span { border-color: rgb(173,212,218); }

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