Html Css Color HEX #A6CCD8 Regent St Blue

📋 copy color: '#A6CCD8'

red 166 ◦ green 204 ◦ blue 216

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

Shades of Regent St Blue #A6CCD8

Tints of Regent St Blue #A6CCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.86%

R = 28.33%
G = 34.81%
B = 36.86%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A6CCD8 (or 0xA6CCD8) is known color: Regent St Blue. HEX triplet: A6, CC and D8. RGB value is (166,204,216). Sum of RGB (Red+Green+Blue) = 166+204+216=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #A6CCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCD8 is #593327. Grayscale: #C1C1C1. Windows color (decimal): -5845800 or 14208166. OLE color: 14208166.

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

Color convert

RGB 166 204 216 -
CMYK 0.23 0.06 0 0.15
HSL 194.4º 0.39% 0.75% -
HSV(B) 194.4º 0.23% 0.85% -
XYZ 49.71 56.25 73.2 -
YUV 194.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 166 204 216 0.23 0.06 0 0.15 194.4 0.39 0.75
Hex A6 CC D8 17 6 0 F C2 27 4B
Octal 246 314 330 27 6 0 17 302 47 113
Binary 10100110 11001100 11011000 10111 110 0 1111 11000010 100111 1001011

Color Harmonies of #A6CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCD8

Black with #A6CCD8

Text Example


Text Example

White with #A6CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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