Html Css Color HEX #ADD3DE French Pass

📋 copy color: '#ADD3DE'

red 173 ◦ green 211 ◦ blue 222

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

Shades of French Pass #ADD3DE

Tints of French Pass #ADD3DE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.82%

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 28.55%
G = 34.82%
B = 36.63%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADD3DE (or 0xADD3DE) is known color: French Pass. HEX triplet: AD, D3 and DE. RGB value is (173,211,222). Sum of RGB (Red+Green+Blue) = 173+211+222=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADD3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3DE is #522C21. Grayscale: #C8C8C8. Windows color (decimal): -5385250 or 14603181. OLE color: 14603181.

HSL color Cylindrical-coordinate representation of color #ADD3DE: hue angle of 193.47º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD3DE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 211 222 -
CMYK 0.22 0.05 0 0.13
HSL 193.47º 0.43% 0.77% -
HSV(B) 193.47º 0.22% 0.87% -
XYZ 53.71 60.75 78 -
YUV 200.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 173 211 222 0.22 0.05 0 0.13 193.47 0.43 0.77
Hex AD D3 DE 16 5 0 D C1 2B 4D
Octal 255 323 336 26 5 0 15 301 53 115
Binary 10101101 11010011 11011110 10110 101 0 1101 11000001 101011 1001101

Color Harmonies of #ADD3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3DE

Black with #ADD3DE

Text Example


Text Example

White with #ADD3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3DE; }

 p { color: rgb(173,211,222); }

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

background-color css

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

 a { background-color: rgb(173,211,222); }

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

border-color css

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

 span { border-color: rgb(173,211,222); }

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