Html Css Color HEX #A3CBD3 Regent St Blue

📋 copy color: '#A3CBD3'

red 163 ◦ green 203 ◦ blue 211

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

Shades of Regent St Blue #A3CBD3

Tints of Regent St Blue #A3CBD3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.18%

 BLUE value IS 211 (82.81% from 255) = 36.57%

R = 28.25%
G = 35.18%
B = 36.57%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A3CBD3 (or 0xA3CBD3) is known color: Regent St Blue. HEX triplet: A3, CB and D3. RGB value is (163,203,211). Sum of RGB (Red+Green+Blue) = 163+203+211=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #A3CBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBD3 is #5C342C. Grayscale: #BFBFBF. Windows color (decimal): -6042669 or 13880227. OLE color: 13880227.

HSL color Cylindrical-coordinate representation of color #A3CBD3: hue angle of 190º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3CBD3 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 163 203 211 -
CMYK 0.23 0.04 0 0.17
HSL 190º 0.35% 0.73% -
HSV(B) 190º 0.23% 0.83% -
XYZ 48.22 55.2 69.74 -
YUV 191.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 163 203 211 0.23 0.04 0 0.17 190 0.35 0.73
Hex A3 CB D3 17 4 0 11 BE 23 49
Octal 243 313 323 27 4 0 21 276 43 111
Binary 10100011 11001011 11010011 10111 100 0 10001 10111110 100011 1001001

Color Harmonies of #A3CBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CBD3

Black with #A3CBD3

Text Example


Text Example

White with #A3CBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CBD3; }

 p { color: rgb(163,203,211); }

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

background-color css

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

 a { background-color: rgb(163,203,211); }

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

border-color css

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

 span { border-color: rgb(163,203,211); }

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