Html Css Color HEX #A5C5D7 Regent St Blue

📋 copy color: '#A5C5D7'

red 165 ◦ green 197 ◦ blue 215

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

Shades of Regent St Blue #A5C5D7

Tints of Regent St Blue #A5C5D7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.14%

 BLUE value IS 215 (84.38% from 255) = 37.26%

R = 28.6%
G = 34.14%
B = 37.26%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A5C5D7 (or 0xA5C5D7) is known color: Regent St Blue. HEX triplet: A5, C5 and D7. RGB value is (165,197,215). Sum of RGB (Red+Green+Blue) = 165+197+215=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #A5C5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C5D7 is #5A3A28. Grayscale: #BDBDBD. Windows color (decimal): -5913129 or 14140837. OLE color: 14140837.

HSL color Cylindrical-coordinate representation of color #A5C5D7: hue angle of 201.6º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5C5D7 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 197 215 -
CMYK 0.23 0.08 0 0.16
HSL 201.6º 0.38% 0.75% -
HSV(B) 201.6º 0.23% 0.84% -
XYZ 47.75 52.84 71.97 -
YUV 189.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 165 197 215 0.23 0.08 0 0.16 201.6 0.38 0.75
Hex A5 C5 D7 17 8 0 10 CA 26 4B
Octal 245 305 327 27 10 0 20 312 46 113
Binary 10100101 11000101 11010111 10111 1000 0 10000 11001010 100110 1001011

Color Harmonies of #A5C5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C5D7

Black with #A5C5D7

Text Example


Text Example

White with #A5C5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C5D7; }

 p { color: rgb(165,197,215); }

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

background-color css

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

 a { background-color: rgb(165,197,215); }

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

border-color css

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

 span { border-color: rgb(165,197,215); }

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