Html Css Color HEX #A3CDDA Regent St Blue

📋 copy color: '#A3CDDA'

red 163 ◦ green 205 ◦ blue 218

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

Shades of Regent St Blue #A3CDDA

Tints of Regent St Blue #A3CDDA

RGB

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

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

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

R = 27.82%
G = 34.98%
B = 37.2%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A3CDDA (or 0xA3CDDA) is known color: Regent St Blue. HEX triplet: A3, CD and DA. RGB value is (163,205,218). Sum of RGB (Red+Green+Blue) = 163+205+218=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 205 (80.47% from 255 or 34.98% 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 #A3CDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDDA is #5C3225. Grayscale: #C1C1C1. Windows color (decimal): -6042150 or 14339491. OLE color: 14339491.

HSL color Cylindrical-coordinate representation of color #A3CDDA: hue angle of 194.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3CDDA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 205 218 -
CMYK 0.25 0.06 0 0.15
HSL 194.18º 0.43% 0.75% -
HSV(B) 194.18º 0.25% 0.85% -
XYZ 49.59 56.51 74.62 -
YUV 193.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 163 205 218 0.25 0.06 0 0.15 194.18 0.43 0.75
Hex A3 CD DA 19 6 0 F C2 2B 4B
Octal 243 315 332 31 6 0 17 302 53 113
Binary 10100011 11001101 11011010 11001 110 0 1111 11000010 101011 1001011

Color Harmonies of #A3CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CDDA

Black with #A3CDDA

Text Example


Text Example

White with #A3CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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