#A2CFD7

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

Shades of Regent St Blue #A2CFD7

Tints of Regent St Blue #A2CFD7

Color information

#A2CFD7 (or 0xA2CFD7) is unknown color: approx Regent St Blue. HEX triplet: A2, CF and D7. RGB value is (162,207,215). Sum of RGB (Red+Green+Blue) = 162+207+215=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #A2CFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFD7 is #5D3028. Grayscale: #C2C2C2. Windows color (decimal): -6107177 or 14143394. OLE color: 14143394.

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

Color convert

RGB162207215-
CMYK0.250.0400.16
HSL189.06º39.85%73.92%-
HSV(B)189.06º24.65%84.31%-
XYZ49.4857.2172.73-
YUV194.46139.59104.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.74%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 215 (84.38% from 255) = 36.82%
R=27.74%
G=35.45%
B=36.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622072150.250.0400.16189.0639.8573.92
HexA2CFD7194010bd284a
Octal24231732731402027550112
Binary10100010110011111101011111001100010000101111011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CFD7; }

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

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

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

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

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

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

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

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