Html Css Color HEX #A2CADB Regent St Blue

📋 copy color: '#A2CADB'

red 162 ◦ green 202 ◦ blue 219

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

Shades of Regent St Blue #A2CADB

Tints of Regent St Blue #A2CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.65%

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 27.79%
G = 34.65%
B = 37.56%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A2CADB (or 0xA2CADB) is known color: Regent St Blue. HEX triplet: A2, CA and DB. RGB value is (162,202,219). Sum of RGB (Red+Green+Blue) = 162+202+219=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CADB is #5D3524. Grayscale: #BFBFBF. Windows color (decimal): -6108453 or 14404258. OLE color: 14404258.

HSL color Cylindrical-coordinate representation of color #A2CADB: hue angle of 197.89º degrees, saturation: 0.44, 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 #A2CADB is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 202 219 -
CMYK 0.26 0.08 0 0.14
HSL 197.89º 0.44% 0.75% -
HSV(B) 197.89º 0.26% 0.86% -
XYZ 48.81 55.04 75.07 -
YUV 191.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 162 202 219 0.26 0.08 0 0.14 197.89 0.44 0.75
Hex A2 CA DB 1A 8 0 E C6 2C 4B
Octal 242 312 333 32 10 0 16 306 54 113
Binary 10100010 11001010 11011011 11010 1000 0 1110 11000110 101100 1001011

Color Harmonies of #A2CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CADB

Black with #A2CADB

Text Example


Text Example

White with #A2CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CADB; }

 p { color: rgb(162,202,219); }

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

background-color css

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

 a { background-color: rgb(162,202,219); }

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

border-color css

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

 span { border-color: rgb(162,202,219); }

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