Html Css Color HEX #A2CEEE Sail

📋 copy color: '#A2CEEE'

red 162 ◦ green 206 ◦ blue 238

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

Shades of Sail #A2CEEE

Tints of Sail #A2CEEE

RGB

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

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

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

R = 26.73%
G = 33.99%
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

#A2CEEE (or 0xA2CEEE) is known color: Sail. HEX triplet: A2, CE and EE. RGB value is (162,206,238). Sum of RGB (Red+Green+Blue) = 162+206+238=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 206 (80.86% from 255 or 33.99% 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 #A2CEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEEE is #5D3111. Grayscale: #C4C4C4. Windows color (decimal): -6107410 or 15650466. OLE color: 15650466.

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

Color convert

RGB 162 206 238 -
CMYK 0.32 0.13 0 0.07
HSL 205.26º 0.69% 0.78% -
HSV(B) 205.26º 0.32% 0.93% -
XYZ 52.4 58 89.32 -
YUV 196.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 162 206 238 0.32 0.13 0 0.07 205.26 0.69 0.78
Hex A2 CE EE 20 D 0 7 CD 45 4E
Octal 242 316 356 40 15 0 7 315 105 116
Binary 10100010 11001110 11101110 100000 1101 0 111 11001101 1000101 1001110

Color Harmonies of #A2CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CEEE

Black with #A2CEEE

Text Example


Text Example

White with #A2CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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