Html Css Color HEX #A1CCE8 Sail

📋 copy color: '#A1CCE8'

red 161 ◦ green 204 ◦ blue 232

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

Shades of Sail #A1CCE8

Tints of Sail #A1CCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.86%

R = 26.97%
G = 34.17%
B = 38.86%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A1CCE8 (or 0xA1CCE8) is known color: Sail. HEX triplet: A1, CC and E8. RGB value is (161,204,232). Sum of RGB (Red+Green+Blue) = 161+204+232=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1CCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCE8 is #5E3317. Grayscale: #C2C2C2. Windows color (decimal): -6173464 or 15256737. OLE color: 15256737.

HSL color Cylindrical-coordinate representation of color #A1CCE8: hue angle of 203.66º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CCE8 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 204 232 -
CMYK 0.31 0.12 0 0.09
HSL 203.66º 0.61% 0.77% -
HSV(B) 203.66º 0.31% 0.91% -
XYZ 50.86 56.59 84.59 -
YUV 194.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 161 204 232 0.31 0.12 0 0.09 203.66 0.61 0.77
Hex A1 CC E8 1F C 0 9 CC 3D 4D
Octal 241 314 350 37 14 0 11 314 75 115
Binary 10100001 11001100 11101000 11111 1100 0 1001 11001100 111101 1001101

Color Harmonies of #A1CCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CCE8

Black with #A1CCE8

Text Example


Text Example

White with #A1CCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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