Html Css Color HEX #A0D2DB Regent St Blue

📋 copy color: '#A0D2DB'

red 160 ◦ green 210 ◦ blue 219

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

Shades of Regent St Blue #A0D2DB

Tints of Regent St Blue #A0D2DB

RGB

 RED value IS 160 (62.89% from 255) = 27.16%

 GREEN value IS 210 (82.42% from 255) = 35.65%

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

R = 27.16%
G = 35.65%
B = 37.18%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0D2DB (or 0xA0D2DB) is known color: Regent St Blue. HEX triplet: A0, D2 and DB. RGB value is (160,210,219). Sum of RGB (Red+Green+Blue) = 160+210+219=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2DB is #5F2D24. Grayscale: #C3C3C3. Windows color (decimal): -6237477 or 14406304. OLE color: 14406304.

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

Color convert

RGB 160 210 219 -
CMYK 0.27 0.04 0 0.14
HSL 189.15º 0.45% 0.74% -
HSV(B) 189.15º 0.27% 0.86% -
XYZ 50.33 58.68 75.69 -
YUV 196.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 160 210 219 0.27 0.04 0 0.14 189.15 0.45 0.74
Hex A0 D2 DB 1B 4 0 E BD 2D 4A
Octal 240 322 333 33 4 0 16 275 55 112
Binary 10100000 11010010 11011011 11011 100 0 1110 10111101 101101 1001010

Color Harmonies of #A0D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D2DB

Black with #A0D2DB

Text Example


Text Example

White with #A0D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D2DB; }

 p { color: rgb(160,210,219); }

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

background-color css

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

 a { background-color: rgb(160,210,219); }

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

border-color css

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

 span { border-color: rgb(160,210,219); }

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