Html Css Color HEX #A1CCED Sail

📋 copy color: '#A1CCED'

red 161 ◦ green 204 ◦ blue 237

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

Shades of Sail #A1CCED

Tints of Sail #A1CCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.89%

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

R = 26.74%
G = 33.89%
B = 39.37%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1CCED (or 0xA1CCED) is known color: Sail. HEX triplet: A1, CC and ED. RGB value is (161,204,237). Sum of RGB (Red+Green+Blue) = 161+204+237=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCED is #5E3312. Grayscale: #C2C2C2. Windows color (decimal): -6173459 or 15584417. OLE color: 15584417.

HSL color Cylindrical-coordinate representation of color #A1CCED: hue angle of 206.05º 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 #A1CCED is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 204 237 -
CMYK 0.32 0.14 0 0.07
HSL 206.05º 0.68% 0.78% -
HSV(B) 206.05º 0.32% 0.93% -
XYZ 51.58 56.88 88.38 -
YUV 194.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 161 204 237 0.32 0.14 0 0.07 206.05 0.68 0.78
Hex A1 CC ED 20 E 0 7 CE 44 4E
Octal 241 314 355 40 16 0 7 316 104 116
Binary 10100001 11001100 11101101 100000 1110 0 111 11001110 1000100 1001110

Color Harmonies of #A1CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CCED

Black with #A1CCED

Text Example


Text Example

White with #A1CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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