Html Css Color HEX #A2CDE5 Sail

📋 copy color: '#A2CDE5'

red 162 ◦ green 205 ◦ blue 229

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

Shades of Sail #A2CDE5

Tints of Sail #A2CDE5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.4%

 BLUE value IS 229 (89.84% from 255) = 38.42%

R = 27.18%
G = 34.4%
B = 38.42%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A2CDE5 (or 0xA2CDE5) is known color: Sail. HEX triplet: A2, CD and E5. RGB value is (162,205,229). Sum of RGB (Red+Green+Blue) = 162+205+229=596 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.18% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #A2CDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CDE5 is #5D321A. Grayscale: #C2C2C2. Windows color (decimal): -6107675 or 15060386. OLE color: 15060386.

HSL color Cylindrical-coordinate representation of color #A2CDE5: hue angle of 201.49º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2CDE5 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 205 229 -
CMYK 0.29 0.10 0 0.10
HSL 201.49º 0.56% 0.77% -
HSV(B) 201.49º 0.29% 0.9% -
XYZ 50.87 57 82.45 -
YUV 194.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 162 205 229 0.29 0.10 0 0.10 201.49 0.56 0.77
Hex A2 CD E5 1D A 0 A C9 38 4D
Octal 242 315 345 35 12 0 12 311 70 115
Binary 10100010 11001101 11100101 11101 1010 0 1010 11001001 111000 1001101

Color Harmonies of #A2CDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CDE5

Black with #A2CDE5

Text Example


Text Example

White with #A2CDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CDE5; }

 p { color: rgb(162,205,229); }

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

background-color css

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

 a { background-color: rgb(162,205,229); }

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

border-color css

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

 span { border-color: rgb(162,205,229); }

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