Html Css Color HEX #ABCADD French Pass

📋 copy color: '#ABCADD'

red 171 ◦ green 202 ◦ blue 221

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

Shades of French Pass #ABCADD

Tints of French Pass #ABCADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.01%

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

R = 28.79%
G = 34.01%
B = 37.21%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABCADD (or 0xABCADD) is known color: French Pass. HEX triplet: AB, CA and DD. RGB value is (171,202,221). Sum of RGB (Red+Green+Blue) = 171+202+221=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABCADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCADD is #543522. Grayscale: #C2C2C2. Windows color (decimal): -5518627 or 14535339. OLE color: 14535339.

HSL color Cylindrical-coordinate representation of color #ABCADD: hue angle of 202.8º 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 #ABCADD is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 202 221 -
CMYK 0.23 0.09 0 0.13
HSL 202.8º 0.42% 0.77% -
HSV(B) 202.8º 0.23% 0.87% -
XYZ 50.97 56.12 76.55 -
YUV 194.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 171 202 221 0.23 0.09 0 0.13 202.8 0.42 0.77
Hex AB CA DD 17 9 0 D CB 2A 4D
Octal 253 312 335 27 11 0 15 313 52 115
Binary 10101011 11001010 11011101 10111 1001 0 1101 11001011 101010 1001101

Color Harmonies of #ABCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCADD

Black with #ABCADD

Text Example


Text Example

White with #ABCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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