Html Css Color HEX #A6CCDB Regent St Blue

📋 copy color: '#A6CCDB'

red 166 ◦ green 204 ◦ blue 219

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

Shades of Regent St Blue #A6CCDB

Tints of Regent St Blue #A6CCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 28.18%
G = 34.63%
B = 37.18%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6CCDB (or 0xA6CCDB) is known color: Regent St Blue. HEX triplet: A6, CC and DB. RGB value is (166,204,219). Sum of RGB (Red+Green+Blue) = 166+204+219=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCDB is #593324. Grayscale: #C2C2C2. Windows color (decimal): -5845797 or 14404774. OLE color: 14404774.

HSL color Cylindrical-coordinate representation of color #A6CCDB: hue angle of 196.98º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6CCDB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 204 219 -
CMYK 0.24 0.07 0 0.14
HSL 196.98º 0.42% 0.75% -
HSV(B) 196.98º 0.24% 0.86% -
XYZ 50.1 56.41 75.26 -
YUV 194.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 166 204 219 0.24 0.07 0 0.14 196.98 0.42 0.75
Hex A6 CC DB 18 7 0 E C5 2A 4B
Octal 246 314 333 30 7 0 16 305 52 113
Binary 10100110 11001100 11011011 11000 111 0 1110 11000101 101010 1001011

Color Harmonies of #A6CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCDB

Black with #A6CCDB

Text Example


Text Example

White with #A6CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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