#A3CFDA

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

Shades of Regent St Blue #A3CFDA

Tints of Regent St Blue #A3CFDA

Color information

#A3CFDA (or 0xA3CFDA) is unknown color: approx Regent St Blue. HEX triplet: A3, CF and DA. RGB value is (163,207,218). Sum of RGB (Red+Green+Blue) = 163+207+218=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #A3CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFDA is #5C3025. Grayscale: #C3C3C3. Windows color (decimal): -6041638 or 14340003. OLE color: 14340003.

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

Color convert

RGB163207218-
CMYK0.250.0500.15
HSL192º42.64%74.71%-
HSV(B)192º25.23%85.49%-
XYZ50.0757.4774.78-
YUV195.1140.92105.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.72%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=27.72%
G=35.20%
B=37.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632072180.250.0500.1519242.6474.71
HexA3CFDA1950Fc02b4b
Octal24331733231501730053113
Binary1010001111001111110110101100110101111110000001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CFDA; }

 p { color: rgb(163,207,218); }

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

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

 a { background-color: rgb(163,207,218); }

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

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

 span { border-color: rgb(163,207,218); }

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