Html Css Color HEX #A3CDDB Regent St Blue

📋 copy color: '#A3CDDB'

red 163 ◦ green 205 ◦ blue 219

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

Shades of Regent St Blue #A3CDDB

Tints of Regent St Blue #A3CDDB

RGB

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

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

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

R = 27.77%
G = 34.92%
B = 37.31%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A3CDDB (or 0xA3CDDB) is known color: Regent St Blue. HEX triplet: A3, CD and DB. RGB value is (163,205,219). Sum of RGB (Red+Green+Blue) = 163+205+219=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDDB is #5C3224. Grayscale: #C1C1C1. Windows color (decimal): -6042149 or 14405027. OLE color: 14405027.

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

Color convert

RGB 163 205 219 -
CMYK 0.26 0.06 0 0.14
HSL 195º 0.44% 0.75% -
HSV(B) 195º 0.26% 0.86% -
XYZ 49.72 56.56 75.32 -
YUV 194.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 163 205 219 0.26 0.06 0 0.14 195 0.44 0.75
Hex A3 CD DB 1A 6 0 E C3 2C 4B
Octal 243 315 333 32 6 0 16 303 54 113
Binary 10100011 11001101 11011011 11010 110 0 1110 11000011 101100 1001011

Color Harmonies of #A3CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CDDB

Black with #A3CDDB

Text Example


Text Example

White with #A3CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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