Html Css Color HEX #A6CCD7 Regent St Blue

📋 copy color: '#A6CCD7'

red 166 ◦ green 204 ◦ blue 215

#A6CCD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #A6CCD7

Tints of Regent St Blue #A6CCD7

RGB

 RED value IS 166 (65.23% from 255) = 28.38%

 GREEN value IS 204 (80.08% from 255) = 34.87%

 BLUE value IS 215 (84.38% from 255) = 36.75%

R = 28.38%
G = 34.87%
B = 36.75%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A6CCD7 (or 0xA6CCD7) is known color: Regent St Blue. HEX triplet: A6, CC and D7. RGB value is (166,204,215). Sum of RGB (Red+Green+Blue) = 166+204+215=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 215 - color contains mainly: blue. Hex color #A6CCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCD7 is #593328. Grayscale: #C1C1C1. Windows color (decimal): -5845801 or 14142630. OLE color: 14142630.

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

Color convert

RGB 166 204 215 -
CMYK 0.23 0.05 0 0.16
HSL 193.47º 0.38% 0.75% -
HSV(B) 193.47º 0.23% 0.84% -
XYZ 49.58 56.2 72.52 -
YUV 193.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 166 204 215 0.23 0.05 0 0.16 193.47 0.38 0.75
Hex A6 CC D7 17 5 0 10 C1 26 4B
Octal 246 314 327 27 5 0 20 301 46 113
Binary 10100110 11001100 11010111 10111 101 0 10000 11000001 100110 1001011

Color Harmonies of #A6CCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCD7

Black with #A6CCD7

Text Example


Text Example

White with #A6CCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCD7; }

 p { color: rgb(166,204,215); }

 H1.HeaderClassName
 {
   color: #A6CCD7;
 }
 .AnyTagClassName
 {
   color: #A6CCD7;
 }
</style>

background-color css

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

 a { background-color: rgb(166,204,215); }

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

border-color css

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

 span { border-color: rgb(166,204,215); }

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