Html Css Color HEX #A5C9DA Regent St Blue

📋 copy color: '#A5C9DA'

red 165 ◦ green 201 ◦ blue 218

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

Shades of Regent St Blue #A5C9DA

Tints of Regent St Blue #A5C9DA

RGB

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

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

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

R = 28.25%
G = 34.42%
B = 37.33%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A5C9DA (or 0xA5C9DA) is known color: Regent St Blue. HEX triplet: A5, C9 and DA. RGB value is (165,201,218). Sum of RGB (Red+Green+Blue) = 165+201+218=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #A5C9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C9DA is #5A3625. Grayscale: #C0C0C0. Windows color (decimal): -5912102 or 14338469. OLE color: 14338469.

HSL color Cylindrical-coordinate representation of color #A5C9DA: hue angle of 199.25º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5C9DA is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 201 218 -
CMYK 0.24 0.08 0 0.15
HSL 199.25º 0.42% 0.75% -
HSV(B) 199.25º 0.24% 0.85% -
XYZ 49.06 54.83 74.33 -
YUV 192.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 165 201 218 0.24 0.08 0 0.15 199.25 0.42 0.75
Hex A5 C9 DA 18 8 0 F C7 2A 4B
Octal 245 311 332 30 10 0 17 307 52 113
Binary 10100101 11001001 11011010 11000 1000 0 1111 11000111 101010 1001011

Color Harmonies of #A5C9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C9DA

Black with #A5C9DA

Text Example


Text Example

White with #A5C9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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