Html Css Color HEX #A2CCE4 Sail

📋 copy color: '#A2CCE4'

red 162 ◦ green 204 ◦ blue 228

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

Shades of Sail #A2CCE4

Tints of Sail #A2CCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.38%

R = 27.27%
G = 34.34%
B = 38.38%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A2CCE4 (or 0xA2CCE4) is known color: Sail. HEX triplet: A2, CC and E4. RGB value is (162,204,228). Sum of RGB (Red+Green+Blue) = 162+204+228=594 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.27% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #A2CCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCE4 is #5D331B. Grayscale: #C2C2C2. Windows color (decimal): -6107932 or 14994594. OLE color: 14994594.

HSL color Cylindrical-coordinate representation of color #A2CCE4: hue angle of 201.82º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2CCE4 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 204 228 -
CMYK 0.29 0.11 0 0.11
HSL 201.82º 0.55% 0.76% -
HSV(B) 201.82º 0.29% 0.89% -
XYZ 50.5 56.47 81.64 -
YUV 194.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 162 204 228 0.29 0.11 0 0.11 201.82 0.55 0.76
Hex A2 CC E4 1D B 0 B CA 37 4C
Octal 242 314 344 35 13 0 13 312 67 114
Binary 10100010 11001100 11100100 11101 1011 0 1011 11001010 110111 1001100

Color Harmonies of #A2CCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CCE4

Black with #A2CCE4

Text Example


Text Example

White with #A2CCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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