#A5CFD7

Color #A5CFD7 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #A5CFD7

Tints of Regent St Blue #A5CFD7

Color information

#A5CFD7 (or 0xA5CFD7) is unknown color: approx Regent St Blue. HEX triplet: A5, CF and D7. RGB value is (165,207,215). Sum of RGB (Red+Green+Blue) = 165+207+215=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #A5CFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFD7 is #5A3028. Grayscale: #C3C3C3. Windows color (decimal): -5910569 or 14143397. OLE color: 14143397.

HSL color Cylindrical-coordinate representation of color #A5CFD7: hue angle of 189.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 #A5CFD7 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165207215-
CMYK0.230.0400.16
HSL189.6º38.46%74.51%-
HSV(B)189.6º23.26%84.31%-
XYZ50.157.5372.75-
YUV195.35139.09106.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.11%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=28.11%
G=35.26%
B=36.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652072150.230.0400.16189.638.4674.51
HexA5CFD7174010be264b
Octal24531732727402027646113
Binary10100101110011111101011110111100010000101111101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CFD7; }

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

 H1.HeaderClassName
 {
   color: #A5CFD7;
 }
 .AnyTagClassName
 {
   color: #A5CFD7;
 }
</style>
background-color css

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

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

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

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

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

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