#A6CFDA

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

Shades of Regent St Blue #A6CFDA

Tints of Regent St Blue #A6CFDA

Color information

#A6CFDA (or 0xA6CFDA) is unknown color: approx Regent St Blue. HEX triplet: A6, CF and DA. RGB value is (166,207,218). Sum of RGB (Red+Green+Blue) = 166+207+218=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFDA is #593025. Grayscale: #C3C3C3. Windows color (decimal): -5845030 or 14340006. OLE color: 14340006.

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

Color convert

RGB166207218-
CMYK0.240.0500.15
HSL192.69º41.27%75.29%-
HSV(B)192.69º23.85%85.49%-
XYZ50.6957.7974.81-
YUV195.99140.42106.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.09%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=28.09%
G=35.03%
B=36.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662072180.240.0500.15192.6941.2775.29
HexA6CFDA1850Fc1294b
Octal24631733230501730151113
Binary1010011011001111110110101100010101111110000011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFDA; }

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

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

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

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

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

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

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

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