Html Css Color HEX #A0C9DA Regent St Blue

📋 copy color: '#A0C9DA'

red 160 ◦ green 201 ◦ blue 218

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

Shades of Regent St Blue #A0C9DA

Tints of Regent St Blue #A0C9DA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.72%

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

R = 27.63%
G = 34.72%
B = 37.65%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A0C9DA (or 0xA0C9DA) is known color: Regent St Blue. HEX triplet: A0, C9 and DA. RGB value is (160,201,218). Sum of RGB (Red+Green+Blue) = 160+201+218=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0C9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C9DA is #5F3625. Grayscale: #BEBEBE. Windows color (decimal): -6239782 or 14338464. OLE color: 14338464.

HSL color Cylindrical-coordinate representation of color #A0C9DA: hue angle of 197.59º 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 #A0C9DA is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 201 218 -
CMYK 0.27 0.08 0 0.15
HSL 197.59º 0.44% 0.74% -
HSV(B) 197.59º 0.27% 0.85% -
XYZ 48.04 54.31 74.28 -
YUV 190.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 160 201 218 0.27 0.08 0 0.15 197.59 0.44 0.74
Hex A0 C9 DA 1B 8 0 F C6 2C 4A
Octal 240 311 332 33 10 0 17 306 54 112
Binary 10100000 11001001 11011010 11011 1000 0 1111 11000110 101100 1001010

Color Harmonies of #A0C9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C9DA

Black with #A0C9DA

Text Example


Text Example

White with #A0C9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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