#A1CFD8

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

Shades of Regent St Blue #A1CFD8

Tints of Regent St Blue #A1CFD8

Color information

#A1CFD8 (or 0xA1CFD8) is unknown color: approx Regent St Blue. HEX triplet: A1, CF and D8. RGB value is (161,207,216). Sum of RGB (Red+Green+Blue) = 161+207+216=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #A1CFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFD8 is #5E3027. Grayscale: #C2C2C2. Windows color (decimal): -6172712 or 14208929. OLE color: 14208929.

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

Color convert

RGB161207216-
CMYK0.250.0400.15
HSL189.82º41.35%73.92%-
HSV(B)189.82º25.46%84.71%-
XYZ49.4157.1673.39-
YUV194.27140.26104.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.57%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 216 (84.77% from 255) = 36.99%
R=27.57%
G=35.45%
B=36.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612072160.250.0400.15189.8241.3573.92
HexA1CFD81940Fbe294a
Octal24131733031401727651112
Binary1010000111001111110110001100110001111101111101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFD8; }

 p { color: rgb(161,207,216); }

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

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

 a { background-color: rgb(161,207,216); }

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

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

 span { border-color: rgb(161,207,216); }

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