Html Css Color HEX #A6CCD2 Regent St Blue

📋 copy color: '#A6CCD2'

red 166 ◦ green 204 ◦ blue 210

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

Shades of Regent St Blue #A6CCD2

Tints of Regent St Blue #A6CCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.21%

R = 28.62%
G = 35.17%
B = 36.21%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A6CCD2 (or 0xA6CCD2) is known color: Regent St Blue. HEX triplet: A6, CC and D2. RGB value is (166,204,210). Sum of RGB (Red+Green+Blue) = 166+204+210=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 210 - color contains mainly: blue. Hex color #A6CCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCD2 is #59332D. Grayscale: #C1C1C1. Windows color (decimal): -5845806 or 13814950. OLE color: 13814950.

HSL color Cylindrical-coordinate representation of color #A6CCD2: hue angle of 188.18º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6CCD2 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 204 210 -
CMYK 0.21 0.03 0 0.18
HSL 188.18º 0.33% 0.74% -
HSV(B) 188.18º 0.21% 0.82% -
XYZ 48.95 55.95 69.19 -
YUV 193.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 166 204 210 0.21 0.03 0 0.18 188.18 0.33 0.74
Hex A6 CC D2 15 3 0 12 BC 21 4A
Octal 246 314 322 25 3 0 22 274 41 112
Binary 10100110 11001100 11010010 10101 11 0 10010 10111100 100001 1001010

Color Harmonies of #A6CCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCD2

Black with #A6CCD2

Text Example


Text Example

White with #A6CCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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