Html Css Color HEX #A2CBE4 Sail

📋 copy color: '#A2CBE4'

red 162 ◦ green 203 ◦ blue 228

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

Shades of Sail #A2CBE4

Tints of Sail #A2CBE4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.23%

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

R = 27.32%
G = 34.23%
B = 38.45%

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

#A2CBE4 (or 0xA2CBE4) is known color: Sail. HEX triplet: A2, CB and E4. RGB value is (162,203,228). Sum of RGB (Red+Green+Blue) = 162+203+228=593 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.32% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #A2CBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CBE4 is #5D341B. Grayscale: #C1C1C1. Windows color (decimal): -6108188 or 14994338. OLE color: 14994338.

HSL color Cylindrical-coordinate representation of color #A2CBE4: hue angle of 202.73º 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 #A2CBE4 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 203 228 -
CMYK 0.29 0.11 0 0.11
HSL 202.73º 0.55% 0.76% -
HSV(B) 202.73º 0.29% 0.89% -
XYZ 50.26 55.99 81.56 -
YUV 193.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 162 203 228 0.29 0.11 0 0.11 202.73 0.55 0.76
Hex A2 CB E4 1D B 0 B CB 37 4C
Octal 242 313 344 35 13 0 13 313 67 114
Binary 10100010 11001011 11100100 11101 1011 0 1011 11001011 110111 1001100

Color Harmonies of #A2CBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CBE4

Black with #A2CBE4

Text Example


Text Example

White with #A2CBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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