Html Css Color HEX #A6C9D8 Regent St Blue

📋 copy color: '#A6C9D8'

red 166 ◦ green 201 ◦ blue 216

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

Shades of Regent St Blue #A6C9D8

Tints of Regent St Blue #A6C9D8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.48%

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

R = 28.47%
G = 34.48%
B = 37.05%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A6C9D8 (or 0xA6C9D8) is known color: Regent St Blue. HEX triplet: A6, C9 and D8. RGB value is (166,201,216). Sum of RGB (Red+Green+Blue) = 166+201+216=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #A6C9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C9D8 is #593627. Grayscale: #C0C0C0. Windows color (decimal): -5846568 or 14207398. OLE color: 14207398.

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

Color convert

RGB 166 201 216 -
CMYK 0.23 0.07 0 0.15
HSL 198º 0.39% 0.75% -
HSV(B) 198º 0.23% 0.85% -
XYZ 49.01 54.84 72.97 -
YUV 192.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 166 201 216 0.23 0.07 0 0.15 198 0.39 0.75
Hex A6 C9 D8 17 7 0 F C6 27 4B
Octal 246 311 330 27 7 0 17 306 47 113
Binary 10100110 11001001 11011000 10111 111 0 1111 11000110 100111 1001011

Color Harmonies of #A6C9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C9D8

Black with #A6C9D8

Text Example


Text Example

White with #A6C9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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