Html Css Color HEX #A1CEDF French Pass

📋 copy color: '#A1CEDF'

red 161 ◦ green 206 ◦ blue 223

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

Shades of French Pass #A1CEDF

Tints of French Pass #A1CEDF

RGB

 RED value IS 161 (63.28% from 255) = 27.29%

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

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

R = 27.29%
G = 34.92%
B = 37.8%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1CEDF (or 0xA1CEDF) is known color: French Pass. HEX triplet: A1, CE and DF. RGB value is (161,206,223). Sum of RGB (Red+Green+Blue) = 161+206+223=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEDF is #5E3120. Grayscale: #C2C2C2. Windows color (decimal): -6172961 or 14667425. OLE color: 14667425.

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

Color convert

RGB 161 206 223 -
CMYK 0.28 0.08 0 0.13
HSL 196.45º 0.49% 0.75% -
HSV(B) 196.45º 0.28% 0.87% -
XYZ 50.09 57.05 78.18 -
YUV 194.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 161 206 223 0.28 0.08 0 0.13 196.45 0.49 0.75
Hex A1 CE DF 1C 8 0 D C4 31 4B
Octal 241 316 337 34 10 0 15 304 61 113
Binary 10100001 11001110 11011111 11100 1000 0 1101 11000100 110001 1001011

Color Harmonies of #A1CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CEDF

Black with #A1CEDF

Text Example


Text Example

White with #A1CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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