Html Css Color HEX #A1CEF1 Sail

📋 copy color: '#A1CEF1'

red 161 ◦ green 206 ◦ blue 241

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

Shades of Sail #A1CEF1

Tints of Sail #A1CEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.64%

R = 26.48%
G = 33.88%
B = 39.64%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A1CEF1 (or 0xA1CEF1) is known color: Sail. HEX triplet: A1, CE and F1. RGB value is (161,206,241). Sum of RGB (Red+Green+Blue) = 161+206+241=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEF1 is #5E310E. Grayscale: #C4C4C4. Windows color (decimal): -6172943 or 15847073. OLE color: 15847073.

HSL color Cylindrical-coordinate representation of color #A1CEF1: hue angle of 206.25º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CEF1 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 206 241 -
CMYK 0.33 0.15 0 0.05
HSL 206.25º 0.74% 0.79% -
HSV(B) 206.25º 0.33% 0.95% -
XYZ 52.65 58.07 91.65 -
YUV 196.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 161 206 241 0.33 0.15 0 0.05 206.25 0.74 0.79
Hex A1 CE F1 21 F 0 5 CE 4A 4F
Octal 241 316 361 41 17 0 5 316 112 117
Binary 10100001 11001110 11110001 100001 1111 0 101 11001110 1001010 1001111

Color Harmonies of #A1CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CEF1

Black with #A1CEF1

Text Example


Text Example

White with #A1CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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