Html Css Color HEX #ABC9DA French Pass

📋 copy color: '#ABC9DA'

red 171 ◦ green 201 ◦ blue 218

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

Shades of French Pass #ABC9DA

Tints of French Pass #ABC9DA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.07%

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 28.98%
G = 34.07%
B = 36.95%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABC9DA (or 0xABC9DA) is known color: French Pass. HEX triplet: AB, C9 and DA. RGB value is (171,201,218). Sum of RGB (Red+Green+Blue) = 171+201+218=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABC9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9DA is #543625. Grayscale: #C1C1C1. Windows color (decimal): -5518886 or 14338475. OLE color: 14338475.

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

Color convert

RGB 171 201 218 -
CMYK 0.22 0.08 0 0.15
HSL 201.7º 0.39% 0.76% -
HSV(B) 201.7º 0.22% 0.85% -
XYZ 50.34 55.49 74.39 -
YUV 193.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 171 201 218 0.22 0.08 0 0.15 201.7 0.39 0.76
Hex AB C9 DA 16 8 0 F CA 27 4C
Octal 253 311 332 26 10 0 17 312 47 114
Binary 10101011 11001001 11011010 10110 1000 0 1111 11001010 100111 1001100

Color Harmonies of #ABC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC9DA

Black with #ABC9DA

Text Example


Text Example

White with #ABC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC9DA; }

 p { color: rgb(171,201,218); }

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

background-color css

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

 a { background-color: rgb(171,201,218); }

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

border-color css

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

 span { border-color: rgb(171,201,218); }

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