Html Css Color HEX #ABCFDC French Pass

📋 copy color: '#ABCFDC'

red 171 ◦ green 207 ◦ blue 220

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

Shades of French Pass #ABCFDC

Tints of French Pass #ABCFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 28.6%
G = 34.62%
B = 36.79%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABCFDC (or 0xABCFDC) is known color: French Pass. HEX triplet: AB, CF and DC. RGB value is (171,207,220). Sum of RGB (Red+Green+Blue) = 171+207+220=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABCFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFDC is #543023. Grayscale: #C5C5C5. Windows color (decimal): -5517348 or 14471083. OLE color: 14471083.

HSL color Cylindrical-coordinate representation of color #ABCFDC: hue angle of 195.92º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABCFDC is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 207 220 -
CMYK 0.22 0.06 0 0.14
HSL 195.92º 0.41% 0.77% -
HSV(B) 195.92º 0.22% 0.86% -
XYZ 52.03 58.45 76.25 -
YUV 197.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 171 207 220 0.22 0.06 0 0.14 195.92 0.41 0.77
Hex AB CF DC 16 6 0 E C4 29 4D
Octal 253 317 334 26 6 0 16 304 51 115
Binary 10101011 11001111 11011100 10110 110 0 1110 11000100 101001 1001101

Color Harmonies of #ABCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFDC

Black with #ABCFDC

Text Example


Text Example

White with #ABCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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