Html Css Color HEX #A6CDDB Regent St Blue

📋 copy color: '#A6CDDB'

red 166 ◦ green 205 ◦ blue 219

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

Shades of Regent St Blue #A6CDDB

Tints of Regent St Blue #A6CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.75%

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

R = 28.14%
G = 34.75%
B = 37.12%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6CDDB (or 0xA6CDDB) is known color: Regent St Blue. HEX triplet: A6, CD and DB. RGB value is (166,205,219). Sum of RGB (Red+Green+Blue) = 166+205+219=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDDB is #593224. Grayscale: #C2C2C2. Windows color (decimal): -5845541 or 14405030. OLE color: 14405030.

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

Color convert

RGB 166 205 219 -
CMYK 0.24 0.06 0 0.14
HSL 195.85º 0.42% 0.75% -
HSV(B) 195.85º 0.24% 0.86% -
XYZ 50.34 56.88 75.34 -
YUV 194.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 166 205 219 0.24 0.06 0 0.14 195.85 0.42 0.75
Hex A6 CD DB 18 6 0 E C4 2A 4B
Octal 246 315 333 30 6 0 16 304 52 113
Binary 10100110 11001101 11011011 11000 110 0 1110 11000100 101010 1001011

Color Harmonies of #A6CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CDDB

Black with #A6CDDB

Text Example


Text Example

White with #A6CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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