Html Css Color HEX #A2D5DD French Pass

📋 copy color: '#A2D5DD'

red 162 ◦ green 213 ◦ blue 221

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

Shades of French Pass #A2D5DD

Tints of French Pass #A2D5DD

RGB

 RED value IS 162 (63.67% from 255) = 27.18%

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

 BLUE value IS 221 (86.72% from 255) = 37.08%

R = 27.18%
G = 35.74%
B = 37.08%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A2D5DD (or 0xA2D5DD) is known color: French Pass. HEX triplet: A2, D5 and DD. RGB value is (162,213,221). Sum of RGB (Red+Green+Blue) = 162+213+221=596 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.18% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2D5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D5DD is #5D2A22. Grayscale: #C6C6C6. Windows color (decimal): -6105635 or 14538146. OLE color: 14538146.

HSL color Cylindrical-coordinate representation of color #A2D5DD: hue angle of 188.14º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2D5DD is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 213 221 -
CMYK 0.27 0.04 0 0.13
HSL 188.14º 0.46% 0.75% -
HSV(B) 188.14º 0.27% 0.87% -
XYZ 51.75 60.49 77.36 -
YUV 198.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 162 213 221 0.27 0.04 0 0.13 188.14 0.46 0.75
Hex A2 D5 DD 1B 4 0 D BC 2E 4B
Octal 242 325 335 33 4 0 15 274 56 113
Binary 10100010 11010101 11011101 11011 100 0 1101 10111100 101110 1001011

Color Harmonies of #A2D5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D5DD

Black with #A2D5DD

Text Example


Text Example

White with #A2D5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D5DD; }

 p { color: rgb(162,213,221); }

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

background-color css

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

 a { background-color: rgb(162,213,221); }

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

border-color css

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

 span { border-color: rgb(162,213,221); }

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