Html Css Color HEX #A1CDE7 Sail

📋 copy color: '#A1CDE7'

red 161 ◦ green 205 ◦ blue 231

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

Shades of Sail #A1CDE7

Tints of Sail #A1CDE7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.34%

 BLUE value IS 231 (90.63% from 255) = 38.69%

R = 26.97%
G = 34.34%
B = 38.69%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A1CDE7 (or 0xA1CDE7) is known color: Sail. HEX triplet: A1, CD and E7. RGB value is (161,205,231). Sum of RGB (Red+Green+Blue) = 161+205+231=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #A1CDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDE7 is #5E3218. Grayscale: #C2C2C2. Windows color (decimal): -6173209 or 15191457. OLE color: 15191457.

HSL color Cylindrical-coordinate representation of color #A1CDE7: hue angle of 202.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1CDE7 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 205 231 -
CMYK 0.30 0.11 0 0.09
HSL 202.29º 0.59% 0.77% -
HSV(B) 202.29º 0.3% 0.91% -
XYZ 50.95 57.01 83.92 -
YUV 194.81 148.42 103.89 -
System Red Green Blue C M Y K H S L
Decimal 161 205 231 0.30 0.11 0 0.09 202.29 0.59 0.77
Hex A1 CD E7 1E B 0 9 CA 3B 4D
Octal 241 315 347 36 13 0 11 312 73 115
Binary 10100001 11001101 11100111 11110 1011 0 1001 11001010 111011 1001101

Color Harmonies of #A1CDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDE7

Black with #A1CDE7

Text Example


Text Example

White with #A1CDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDE7; }

 p { color: rgb(161,205,231); }

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

background-color css

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

 a { background-color: rgb(161,205,231); }

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

border-color css

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

 span { border-color: rgb(161,205,231); }

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