Html Css Color HEX #A1CAED Sail

📋 copy color: '#A1CAED'

red 161 ◦ green 202 ◦ blue 237

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

Shades of Sail #A1CAED

Tints of Sail #A1CAED

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.67%

 BLUE value IS 237 (92.97% from 255) = 39.5%

R = 26.83%
G = 33.67%
B = 39.5%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1CAED (or 0xA1CAED) is known color: Sail. HEX triplet: A1, CA and ED. RGB value is (161,202,237). Sum of RGB (Red+Green+Blue) = 161+202+237=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CAED is #5E3512. Grayscale: #C1C1C1. Windows color (decimal): -6173971 or 15583905. OLE color: 15583905.

HSL color Cylindrical-coordinate representation of color #A1CAED: hue angle of 207.63º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1CAED is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 202 237 -
CMYK 0.32 0.15 0 0.07
HSL 207.63º 0.68% 0.78% -
HSV(B) 207.63º 0.32% 0.93% -
XYZ 51.1 55.93 88.22 -
YUV 193.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 161 202 237 0.32 0.15 0 0.07 207.63 0.68 0.78
Hex A1 CA ED 20 F 0 7 D0 44 4E
Octal 241 312 355 40 17 0 7 320 104 116
Binary 10100001 11001010 11101101 100000 1111 0 111 11010000 1000100 1001110

Color Harmonies of #A1CAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CAED

Black with #A1CAED

Text Example


Text Example

White with #A1CAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CAED; }

 p { color: rgb(161,202,237); }

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

background-color css

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

 a { background-color: rgb(161,202,237); }

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

border-color css

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

 span { border-color: rgb(161,202,237); }

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