Html Css Color HEX #A6CADA Regent St Blue

📋 copy color: '#A6CADA'

red 166 ◦ green 202 ◦ blue 218

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

Shades of Regent St Blue #A6CADA

Tints of Regent St Blue #A6CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.47%

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

R = 28.33%
G = 34.47%
B = 37.2%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A6CADA (or 0xA6CADA) is known color: Regent St Blue. HEX triplet: A6, CA and DA. RGB value is (166,202,218). Sum of RGB (Red+Green+Blue) = 166+202+218=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CADA is #593525. Grayscale: #C0C0C0. Windows color (decimal): -5846310 or 14338726. OLE color: 14338726.

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

Color convert

RGB 166 202 218 -
CMYK 0.24 0.07 0 0.15
HSL 198.46º 0.41% 0.75% -
HSV(B) 198.46º 0.24% 0.85% -
XYZ 49.5 55.41 74.42 -
YUV 193.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 166 202 218 0.24 0.07 0 0.15 198.46 0.41 0.75
Hex A6 CA DA 18 7 0 F C6 29 4B
Octal 246 312 332 30 7 0 17 306 51 113
Binary 10100110 11001010 11011010 11000 111 0 1111 11000110 101001 1001011

Color Harmonies of #A6CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CADA

Black with #A6CADA

Text Example


Text Example

White with #A6CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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