Html Css Color HEX #ABCFD9 French Pass

📋 copy color: '#ABCFD9'

red 171 ◦ green 207 ◦ blue 217

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

Shades of French Pass #ABCFD9

Tints of French Pass #ABCFD9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.79%

 BLUE value IS 217 (85.16% from 255) = 36.47%

R = 28.74%
G = 34.79%
B = 36.47%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABCFD9 (or 0xABCFD9) is known color: French Pass. HEX triplet: AB, CF and D9. RGB value is (171,207,217). Sum of RGB (Red+Green+Blue) = 171+207+217=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABCFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFD9 is #543026. Grayscale: #C5C5C5. Windows color (decimal): -5517351 or 14274475. OLE color: 14274475.

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

Color convert

RGB 171 207 217 -
CMYK 0.21 0.05 0 0.15
HSL 193.04º 0.38% 0.76% -
HSV(B) 193.04º 0.21% 0.85% -
XYZ 51.63 58.29 74.18 -
YUV 197.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 171 207 217 0.21 0.05 0 0.15 193.04 0.38 0.76
Hex AB CF D9 15 5 0 F C1 26 4C
Octal 253 317 331 25 5 0 17 301 46 114
Binary 10101011 11001111 11011001 10101 101 0 1111 11000001 100110 1001100

Color Harmonies of #ABCFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFD9

Black with #ABCFD9

Text Example


Text Example

White with #ABCFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFD9; }

 p { color: rgb(171,207,217); }

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

background-color css

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

 a { background-color: rgb(171,207,217); }

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

border-color css

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

 span { border-color: rgb(171,207,217); }

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