Html Css Color HEX #A1CFEE Sail

📋 copy color: '#A1CFEE'

red 161 ◦ green 207 ◦ blue 238

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

Shades of Sail #A1CFEE

Tints of Sail #A1CFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.16%

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

R = 26.57%
G = 34.16%
B = 39.27%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1CFEE (or 0xA1CFEE) is known color: Sail. HEX triplet: A1, CF and EE. RGB value is (161,207,238). Sum of RGB (Red+Green+Blue) = 161+207+238=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFEE is #5E3011. Grayscale: #C4C4C4. Windows color (decimal): -6172690 or 15650721. OLE color: 15650721.

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

Color convert

RGB 161 207 238 -
CMYK 0.32 0.13 0 0.07
HSL 204.16º 0.69% 0.78% -
HSV(B) 204.16º 0.32% 0.93% -
XYZ 52.44 58.38 89.39 -
YUV 196.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 161 207 238 0.32 0.13 0 0.07 204.16 0.69 0.78
Hex A1 CF EE 20 D 0 7 CC 45 4E
Octal 241 317 356 40 15 0 7 314 105 116
Binary 10100001 11001111 11101110 100000 1101 0 111 11001100 1000101 1001110

Color Harmonies of #A1CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CFEE

Black with #A1CFEE

Text Example


Text Example

White with #A1CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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