Html Css Color HEX #ABCFDA French Pass

📋 copy color: '#ABCFDA'

red 171 ◦ green 207 ◦ blue 218

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

Shades of French Pass #ABCFDA

Tints of French Pass #ABCFDA

RGB

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

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

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

R = 28.69%
G = 34.73%
B = 36.58%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABCFDA (or 0xABCFDA) is known color: French Pass. HEX triplet: AB, CF and DA. RGB value is (171,207,218). Sum of RGB (Red+Green+Blue) = 171+207+218=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABCFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFDA is #543025. Grayscale: #C5C5C5. Windows color (decimal): -5517350 or 14340011. OLE color: 14340011.

HSL color Cylindrical-coordinate representation of color #ABCFDA: hue angle of 194.04º 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 #ABCFDA is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 207 218 -
CMYK 0.22 0.05 0 0.15
HSL 194.04º 0.39% 0.76% -
HSV(B) 194.04º 0.22% 0.85% -
XYZ 51.76 58.35 74.86 -
YUV 197.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 171 207 218 0.22 0.05 0 0.15 194.04 0.39 0.76
Hex AB CF DA 16 5 0 F C2 27 4C
Octal 253 317 332 26 5 0 17 302 47 114
Binary 10101011 11001111 11011010 10110 101 0 1111 11000010 100111 1001100

Color Harmonies of #ABCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFDA

Black with #ABCFDA

Text Example


Text Example

White with #ABCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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