Html Css Color HEX #A0C2DA Regent St Blue

📋 copy color: '#A0C2DA'

red 160 ◦ green 194 ◦ blue 218

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

Shades of Regent St Blue #A0C2DA

Tints of Regent St Blue #A0C2DA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.92%

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 27.97%
G = 33.92%
B = 38.11%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A0C2DA (or 0xA0C2DA) is known color: Regent St Blue. HEX triplet: A0, C2 and DA. RGB value is (160,194,218). Sum of RGB (Red+Green+Blue) = 160+194+218=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0C2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C2DA is #5F3D25. Grayscale: #BABABA. Windows color (decimal): -6241574 or 14336672. OLE color: 14336672.

HSL color Cylindrical-coordinate representation of color #A0C2DA: hue angle of 204.83º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C2DA is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 194 218 -
CMYK 0.27 0.11 0 0.15
HSL 204.83º 0.44% 0.74% -
HSV(B) 204.83º 0.27% 0.85% -
XYZ 46.44 51.12 73.75 -
YUV 186.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 160 194 218 0.27 0.11 0 0.15 204.83 0.44 0.74
Hex A0 C2 DA 1B B 0 F CD 2C 4A
Octal 240 302 332 33 13 0 17 315 54 112
Binary 10100000 11000010 11011010 11011 1011 0 1111 11001101 101100 1001010

Color Harmonies of #A0C2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C2DA

Black with #A0C2DA

Text Example


Text Example

White with #A0C2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C2DA; }

 p { color: rgb(160,194,218); }

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

background-color css

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

 a { background-color: rgb(160,194,218); }

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

border-color css

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

 span { border-color: rgb(160,194,218); }

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