Html Css Color HEX #A6CCDA Regent St Blue

📋 copy color: '#A6CCDA'

red 166 ◦ green 204 ◦ blue 218

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

Shades of Regent St Blue #A6CCDA

Tints of Regent St Blue #A6CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 28.23%
G = 34.69%
B = 37.07%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A6CCDA (or 0xA6CCDA) is known color: Regent St Blue. HEX triplet: A6, CC and DA. RGB value is (166,204,218). Sum of RGB (Red+Green+Blue) = 166+204+218=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCDA is #593325. Grayscale: #C2C2C2. Windows color (decimal): -5845798 or 14339238. OLE color: 14339238.

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

Color convert

RGB 166 204 218 -
CMYK 0.24 0.06 0 0.15
HSL 196.15º 0.41% 0.75% -
HSV(B) 196.15º 0.24% 0.85% -
XYZ 49.97 56.35 74.57 -
YUV 194.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 166 204 218 0.24 0.06 0 0.15 196.15 0.41 0.75
Hex A6 CC DA 18 6 0 F C4 29 4B
Octal 246 314 332 30 6 0 17 304 51 113
Binary 10100110 11001100 11011010 11000 110 0 1111 11000100 101001 1001011

Color Harmonies of #A6CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCDA

Black with #A6CCDA

Text Example


Text Example

White with #A6CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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