Html Css Color HEX #A3CFDD French Pass

📋 copy color: '#A3CFDD'

red 163 ◦ green 207 ◦ blue 221

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

Shades of French Pass #A3CFDD

Tints of French Pass #A3CFDD

RGB

 RED value IS 163 (64.06% from 255) = 27.58%

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

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 27.58%
G = 35.03%
B = 37.39%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A3CFDD (or 0xA3CFDD) is known color: French Pass. HEX triplet: A3, CF and DD. RGB value is (163,207,221). Sum of RGB (Red+Green+Blue) = 163+207+221=591 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.58% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFDD is #5C3022. Grayscale: #C3C3C3. Windows color (decimal): -6041635 or 14536611. OLE color: 14536611.

HSL color Cylindrical-coordinate representation of color #A3CFDD: hue angle of 194.48º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3CFDD is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 207 221 -
CMYK 0.26 0.06 0 0.13
HSL 194.48º 0.46% 0.75% -
HSV(B) 194.48º 0.26% 0.87% -
XYZ 50.47 57.63 76.87 -
YUV 195.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 163 207 221 0.26 0.06 0 0.13 194.48 0.46 0.75
Hex A3 CF DD 1A 6 0 D C2 2E 4B
Octal 243 317 335 32 6 0 15 302 56 113
Binary 10100011 11001111 11011101 11010 110 0 1101 11000010 101110 1001011

Color Harmonies of #A3CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CFDD

Black with #A3CFDD

Text Example


Text Example

White with #A3CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CFDD; }

 p { color: rgb(163,207,221); }

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

background-color css

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

 a { background-color: rgb(163,207,221); }

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

border-color css

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

 span { border-color: rgb(163,207,221); }

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