Html Css Color HEX #ABCFDB French Pass

📋 copy color: '#ABCFDB'

red 171 ◦ green 207 ◦ blue 219

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

Shades of French Pass #ABCFDB

Tints of French Pass #ABCFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 28.64%
G = 34.67%
B = 36.68%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABCFDB (or 0xABCFDB) is known color: French Pass. HEX triplet: AB, CF and DB. RGB value is (171,207,219). Sum of RGB (Red+Green+Blue) = 171+207+219=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABCFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFDB is #543024. Grayscale: #C5C5C5. Windows color (decimal): -5517349 or 14405547. OLE color: 14405547.

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

Color convert

RGB 171 207 219 -
CMYK 0.22 0.05 0 0.14
HSL 195º 0.4% 0.76% -
HSV(B) 195º 0.22% 0.86% -
XYZ 51.89 58.4 75.55 -
YUV 197.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 171 207 219 0.22 0.05 0 0.14 195 0.4 0.76
Hex AB CF DB 16 5 0 E C3 28 4C
Octal 253 317 333 26 5 0 16 303 50 114
Binary 10101011 11001111 11011011 10110 101 0 1110 11000011 101000 1001100

Color Harmonies of #ABCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFDB

Black with #ABCFDB

Text Example


Text Example

White with #ABCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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