Html Css Color HEX #A1CDEE Sail

📋 copy color: '#A1CDEE'

red 161 ◦ green 205 ◦ blue 238

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

Shades of Sail #A1CDEE

Tints of Sail #A1CDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.4%

R = 26.66%
G = 33.94%
B = 39.4%

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

#A1CDEE (or 0xA1CDEE) is known color: Sail. HEX triplet: A1, CD and EE. RGB value is (161,205,238). Sum of RGB (Red+Green+Blue) = 161+205+238=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1CDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDEE is #5E3211. Grayscale: #C3C3C3. Windows color (decimal): -6173202 or 15650209. OLE color: 15650209.

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

Color convert

RGB 161 205 238 -
CMYK 0.32 0.14 0 0.07
HSL 205.71º 0.69% 0.78% -
HSV(B) 205.71º 0.32% 0.93% -
XYZ 51.96 57.41 89.23 -
YUV 195.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 161 205 238 0.32 0.14 0 0.07 205.71 0.69 0.78
Hex A1 CD EE 20 E 0 7 CE 45 4E
Octal 241 315 356 40 16 0 7 316 105 116
Binary 10100001 11001101 11101110 100000 1110 0 111 11001110 1000101 1001110

Color Harmonies of #A1CDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDEE

Black with #A1CDEE

Text Example


Text Example

White with #A1CDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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