Html Css Color HEX #A2CCF1 Sail

📋 copy color: '#A2CCF1'

red 162 ◦ green 204 ◦ blue 241

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

Shades of Sail #A2CCF1

Tints of Sail #A2CCF1

RGB

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

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

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

R = 26.69%
G = 33.61%
B = 39.7%

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

#A2CCF1 (or 0xA2CCF1) is known color: Sail. HEX triplet: A2, CC and F1. RGB value is (162,204,241). Sum of RGB (Red+Green+Blue) = 162+204+241=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #A2CCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CCF1 is #5D330E. Grayscale: #C3C3C3. Windows color (decimal): -6107919 or 15846562. OLE color: 15846562.

HSL color Cylindrical-coordinate representation of color #A2CCF1: hue angle of 208.1º 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 #A2CCF1 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 204 241 -
CMYK 0.33 0.15 0 0.05
HSL 208.1º 0.74% 0.79% -
HSV(B) 208.1º 0.33% 0.95% -
XYZ 52.37 57.22 91.5 -
YUV 195.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 162 204 241 0.33 0.15 0 0.05 208.1 0.74 0.79
Hex A2 CC F1 21 F 0 5 D0 4A 4F
Octal 242 314 361 41 17 0 5 320 112 117
Binary 10100010 11001100 11110001 100001 1111 0 101 11010000 1001010 1001111

Color Harmonies of #A2CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CCF1

Black with #A2CCF1

Text Example


Text Example

White with #A2CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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