Html Css Color HEX #A2CEDC Regent St Blue

📋 copy color: '#A2CEDC'

red 162 ◦ green 206 ◦ blue 220

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

Shades of Regent St Blue #A2CEDC

Tints of Regent St Blue #A2CEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 27.55%
G = 35.03%
B = 37.41%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A2CEDC (or 0xA2CEDC) is known color: Regent St Blue. HEX triplet: A2, CE and DC. RGB value is (162,206,220). Sum of RGB (Red+Green+Blue) = 162+206+220=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEDC is #5D3123. Grayscale: #C2C2C2. Windows color (decimal): -6107428 or 14470818. OLE color: 14470818.

HSL color Cylindrical-coordinate representation of color #A2CEDC: hue angle of 194.48º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2CEDC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 206 220 -
CMYK 0.26 0.06 0 0.14
HSL 194.48º 0.45% 0.75% -
HSV(B) 194.48º 0.26% 0.86% -
XYZ 49.89 56.99 76.08 -
YUV 194.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 162 206 220 0.26 0.06 0 0.14 194.48 0.45 0.75
Hex A2 CE DC 1A 6 0 E C2 2D 4B
Octal 242 316 334 32 6 0 16 302 55 113
Binary 10100010 11001110 11011100 11010 110 0 1110 11000010 101101 1001011

Color Harmonies of #A2CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CEDC

Black with #A2CEDC

Text Example


Text Example

White with #A2CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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