Html Css Color HEX #ABCDDF French Pass

📋 copy color: '#ABCDDF'

red 171 ◦ green 205 ◦ blue 223

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

Shades of French Pass #ABCDDF

Tints of French Pass #ABCDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.22%

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 28.55%
G = 34.22%
B = 37.23%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABCDDF (or 0xABCDDF) is known color: French Pass. HEX triplet: AB, CD and DF. RGB value is (171,205,223). Sum of RGB (Red+Green+Blue) = 171+205+223=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDDF is #543220. Grayscale: #C4C4C4. Windows color (decimal): -5517857 or 14667179. OLE color: 14667179.

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

Color convert

RGB 171 205 223 -
CMYK 0.23 0.08 0 0.13
HSL 200.77º 0.45% 0.77% -
HSV(B) 200.77º 0.23% 0.87% -
XYZ 51.95 57.65 78.2 -
YUV 196.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 171 205 223 0.23 0.08 0 0.13 200.77 0.45 0.77
Hex AB CD DF 17 8 0 D C9 2D 4D
Octal 253 315 337 27 10 0 15 311 55 115
Binary 10101011 11001101 11011111 10111 1000 0 1101 11001001 101101 1001101

Color Harmonies of #ABCDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDDF

Black with #ABCDDF

Text Example


Text Example

White with #ABCDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDDF; }

 p { color: rgb(171,205,223); }

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

background-color css

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

 a { background-color: rgb(171,205,223); }

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

border-color css

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

 span { border-color: rgb(171,205,223); }

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