Html Css Color HEX #A2CEF1 Sail

📋 copy color: '#A2CEF1'

red 162 ◦ green 206 ◦ blue 241

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

Shades of Sail #A2CEF1

Tints of Sail #A2CEF1

RGB

 RED value IS 162 (63.67% from 255) = 26.6%

 GREEN value IS 206 (80.86% from 255) = 33.83%

 BLUE value IS 241 (94.53% from 255) = 39.57%

R = 26.6%
G = 33.83%
B = 39.57%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A2CEF1 (or 0xA2CEF1) is known color: Sail. HEX triplet: A2, CE and F1. RGB value is (162,206,241). Sum of RGB (Red+Green+Blue) = 162+206+241=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #A2CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEF1 is #5D310E. Grayscale: #C4C4C4. Windows color (decimal): -6107407 or 15847074. OLE color: 15847074.

HSL color Cylindrical-coordinate representation of color #A2CEF1: hue angle of 206.58º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2CEF1 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 206 241 -
CMYK 0.33 0.15 0 0.05
HSL 206.58º 0.74% 0.79% -
HSV(B) 206.58º 0.33% 0.95% -
XYZ 52.85 58.17 91.66 -
YUV 196.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 162 206 241 0.33 0.15 0 0.05 206.58 0.74 0.79
Hex A2 CE F1 21 F 0 5 CF 4A 4F
Octal 242 316 361 41 17 0 5 317 112 117
Binary 10100010 11001110 11110001 100001 1111 0 101 11001111 1001010 1001111

Color Harmonies of #A2CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CEF1

Black with #A2CEF1

Text Example


Text Example

White with #A2CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CEF1; }

 p { color: rgb(162,206,241); }

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

background-color css

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

 a { background-color: rgb(162,206,241); }

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

border-color css

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

 span { border-color: rgb(162,206,241); }

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