Html Css Color HEX #ABD3DD French Pass

📋 copy color: '#ABD3DD'

red 171 ◦ green 211 ◦ blue 221

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

Shades of French Pass #ABD3DD

Tints of French Pass #ABD3DD

RGB

 RED value IS 171 (67.19% from 255) = 28.36%

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

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

R = 28.36%
G = 34.99%
B = 36.65%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABD3DD (or 0xABD3DD) is known color: French Pass. HEX triplet: AB, D3 and DD. RGB value is (171,211,221). Sum of RGB (Red+Green+Blue) = 171+211+221=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABD3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD3DD is #542C22. Grayscale: #C8C8C8. Windows color (decimal): -5516323 or 14537643. OLE color: 14537643.

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

Color convert

RGB 171 211 221 -
CMYK 0.23 0.05 0 0.13
HSL 192º 0.42% 0.77% -
HSV(B) 192º 0.23% 0.87% -
XYZ 53.14 60.47 77.28 -
YUV 200.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 171 211 221 0.23 0.05 0 0.13 192 0.42 0.77
Hex AB D3 DD 17 5 0 D C0 2A 4D
Octal 253 323 335 27 5 0 15 300 52 115
Binary 10101011 11010011 11011101 10111 101 0 1101 11000000 101010 1001101

Color Harmonies of #ABD3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD3DD

Black with #ABD3DD

Text Example


Text Example

White with #ABD3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD3DD; }

 p { color: rgb(171,211,221); }

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

background-color css

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

 a { background-color: rgb(171,211,221); }

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

border-color css

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

 span { border-color: rgb(171,211,221); }

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