Html Css Color HEX #A5C9DC Regent St Blue

📋 copy color: '#A5C9DC'

red 165 ◦ green 201 ◦ blue 220

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

Shades of Regent St Blue #A5C9DC

Tints of Regent St Blue #A5C9DC

RGB

 RED value IS 165 (64.84% from 255) = 28.16%

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

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

R = 28.16%
G = 34.3%
B = 37.54%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5C9DC (or 0xA5C9DC) is known color: Regent St Blue. HEX triplet: A5, C9 and DC. RGB value is (165,201,220). Sum of RGB (Red+Green+Blue) = 165+201+220=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C9DC is #5A3623. Grayscale: #C0C0C0. Windows color (decimal): -5912100 or 14469541. OLE color: 14469541.

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

Color convert

RGB 165 201 220 -
CMYK 0.25 0.09 0 0.14
HSL 200.73º 0.44% 0.75% -
HSV(B) 200.73º 0.25% 0.86% -
XYZ 49.32 54.94 75.72 -
YUV 192.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 165 201 220 0.25 0.09 0 0.14 200.73 0.44 0.75
Hex A5 C9 DC 19 9 0 E C9 2C 4B
Octal 245 311 334 31 11 0 16 311 54 113
Binary 10100101 11001001 11011100 11001 1001 0 1110 11001001 101100 1001011

Color Harmonies of #A5C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C9DC

Black with #A5C9DC

Text Example


Text Example

White with #A5C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C9DC; }

 p { color: rgb(165,201,220); }

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

background-color css

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

 a { background-color: rgb(165,201,220); }

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

border-color css

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

 span { border-color: rgb(165,201,220); }

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