Html Css Color HEX #A3CCDB Regent St Blue

📋 copy color: '#A3CCDB'

red 163 ◦ green 204 ◦ blue 219

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

Shades of Regent St Blue #A3CCDB

Tints of Regent St Blue #A3CCDB

RGB

 RED value IS 163 (64.06% from 255) = 27.82%

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

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

R = 27.82%
G = 34.81%
B = 37.37%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A3CCDB (or 0xA3CCDB) is known color: Regent St Blue. HEX triplet: A3, CC and DB. RGB value is (163,204,219). Sum of RGB (Red+Green+Blue) = 163+204+219=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCDB is #5C3324. Grayscale: #C1C1C1. Windows color (decimal): -6042405 or 14404771. OLE color: 14404771.

HSL color Cylindrical-coordinate representation of color #A3CCDB: hue angle of 196.07º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3CCDB is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 204 219 -
CMYK 0.26 0.07 0 0.14
HSL 196.07º 0.44% 0.75% -
HSV(B) 196.07º 0.26% 0.86% -
XYZ 49.48 56.09 75.24 -
YUV 193.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 163 204 219 0.26 0.07 0 0.14 196.07 0.44 0.75
Hex A3 CC DB 1A 7 0 E C4 2C 4B
Octal 243 314 333 32 7 0 16 304 54 113
Binary 10100011 11001100 11011011 11010 111 0 1110 11000100 101100 1001011

Color Harmonies of #A3CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CCDB

Black with #A3CCDB

Text Example


Text Example

White with #A3CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CCDB; }

 p { color: rgb(163,204,219); }

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

background-color css

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

 a { background-color: rgb(163,204,219); }

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

border-color css

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

 span { border-color: rgb(163,204,219); }

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