Html Css Color HEX #A1CEE4 French Pass

📋 copy color: '#A1CEE4'

red 161 ◦ green 206 ◦ blue 228

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

Shades of French Pass #A1CEE4

Tints of French Pass #A1CEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.32%

R = 27.06%
G = 34.62%
B = 38.32%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A1CEE4 (or 0xA1CEE4) is known color: French Pass. HEX triplet: A1, CE and E4. RGB value is (161,206,228). Sum of RGB (Red+Green+Blue) = 161+206+228=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1CEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEE4 is #5E311B. Grayscale: #C2C2C2. Windows color (decimal): -6172956 or 14995105. OLE color: 14995105.

HSL color Cylindrical-coordinate representation of color #A1CEE4: hue angle of 199.7º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1CEE4 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 206 228 -
CMYK 0.29 0.10 0 0.11
HSL 199.7º 0.55% 0.76% -
HSV(B) 199.7º 0.29% 0.89% -
XYZ 50.77 57.32 81.79 -
YUV 195.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 161 206 228 0.29 0.10 0 0.11 199.7 0.55 0.76
Hex A1 CE E4 1D A 0 B C8 37 4C
Octal 241 316 344 35 12 0 13 310 67 114
Binary 10100001 11001110 11100100 11101 1010 0 1011 11001000 110111 1001100

Color Harmonies of #A1CEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CEE4

Black with #A1CEE4

Text Example


Text Example

White with #A1CEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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