Html Css Color HEX #ABCEDF French Pass

📋 copy color: '#ABCEDF'

red 171 ◦ green 206 ◦ blue 223

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

Shades of French Pass #ABCEDF

Tints of French Pass #ABCEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.33%

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

R = 28.5%
G = 34.33%
B = 37.17%

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

#ABCEDF (or 0xABCEDF) is known color: French Pass. HEX triplet: AB, CE and DF. RGB value is (171,206,223). Sum of RGB (Red+Green+Blue) = 171+206+223=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEDF is #543120. Grayscale: #C5C5C5. Windows color (decimal): -5517601 or 14667435. OLE color: 14667435.

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

Color convert

RGB 171 206 223 -
CMYK 0.23 0.08 0 0.13
HSL 199.62º 0.45% 0.77% -
HSV(B) 199.62º 0.23% 0.87% -
XYZ 52.19 58.13 78.28 -
YUV 197.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 171 206 223 0.23 0.08 0 0.13 199.62 0.45 0.77
Hex AB CE DF 17 8 0 D C8 2D 4D
Octal 253 316 337 27 10 0 15 310 55 115
Binary 10101011 11001110 11011111 10111 1000 0 1101 11001000 101101 1001101

Color Harmonies of #ABCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEDF

Black with #ABCEDF

Text Example


Text Example

White with #ABCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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