Html Css Color HEX #A2CCEC Sail

📋 copy color: '#A2CCEC'

red 162 ◦ green 204 ◦ blue 236

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

Shades of Sail #A2CCEC

Tints of Sail #A2CCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 26.91%
G = 33.89%
B = 39.2%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2CCEC (or 0xA2CCEC) is known color: Sail. HEX triplet: A2, CC and EC. RGB value is (162,204,236). Sum of RGB (Red+Green+Blue) = 162+204+236=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2CCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CCEC is #5D3313. Grayscale: #C2C2C2. Windows color (decimal): -6107924 or 15518882. OLE color: 15518882.

HSL color Cylindrical-coordinate representation of color #A2CCEC: hue angle of 205.95º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2CCEC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 204 236 -
CMYK 0.31 0.14 0 0.07
HSL 205.95º 0.66% 0.78% -
HSV(B) 205.95º 0.31% 0.93% -
XYZ 51.63 56.92 87.62 -
YUV 195.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 162 204 236 0.31 0.14 0 0.07 205.95 0.66 0.78
Hex A2 CC EC 1F E 0 7 CE 42 4E
Octal 242 314 354 37 16 0 7 316 102 116
Binary 10100010 11001100 11101100 11111 1110 0 111 11001110 1000010 1001110

Color Harmonies of #A2CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CCEC

Black with #A2CCEC

Text Example


Text Example

White with #A2CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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