Html Css Color HEX #A6C5CB Regent St Blue

📋 copy color: '#A6C5CB'

red 166 ◦ green 197 ◦ blue 203

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

Shades of Regent St Blue #A6C5CB

Tints of Regent St Blue #A6C5CB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.81%

 BLUE value IS 203 (79.69% from 255) = 35.87%

R = 29.33%
G = 34.81%
B = 35.87%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A6C5CB (or 0xA6C5CB) is known color: Regent St Blue. HEX triplet: A6, C5 and CB. RGB value is (166,197,203). Sum of RGB (Red+Green+Blue) = 166+197+203=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6C5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5CB is #593A34. Grayscale: #BCBCBC. Windows color (decimal): -5847605 or 13354406. OLE color: 13354406.

HSL color Cylindrical-coordinate representation of color #A6C5CB: hue angle of 189.73º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6C5CB is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 197 203 -
CMYK 0.18 0.03 0 0.20
HSL 189.73º 0.26% 0.72% -
HSV(B) 189.73º 0.18% 0.8% -
XYZ 46.47 52.35 64.16 -
YUV 188.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 166 197 203 0.18 0.03 0 0.20 189.73 0.26 0.72
Hex A6 C5 CB 12 3 0 14 BE 1A 48
Octal 246 305 313 22 3 0 24 276 32 110
Binary 10100110 11000101 11001011 10010 11 0 10100 10111110 11010 1001000

Color Harmonies of #A6C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C5CB

Black with #A6C5CB

Text Example


Text Example

White with #A6C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C5CB; }

 p { color: rgb(166,197,203); }

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

background-color css

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

 a { background-color: rgb(166,197,203); }

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

border-color css

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

 span { border-color: rgb(166,197,203); }

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