Html Css Color HEX #A3CADA Regent St Blue

📋 copy color: '#A3CADA'

red 163 ◦ green 202 ◦ blue 218

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

Shades of Regent St Blue #A3CADA

Tints of Regent St Blue #A3CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.65%

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

R = 27.96%
G = 34.65%
B = 37.39%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A3CADA (or 0xA3CADA) is known color: Regent St Blue. HEX triplet: A3, CA and DA. RGB value is (163,202,218). Sum of RGB (Red+Green+Blue) = 163+202+218=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #A3CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CADA is #5C3525. Grayscale: #C0C0C0. Windows color (decimal): -6042918 or 14338723. OLE color: 14338723.

HSL color Cylindrical-coordinate representation of color #A3CADA: hue angle of 197.45º 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 #A3CADA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 202 218 -
CMYK 0.25 0.07 0 0.15
HSL 197.45º 0.43% 0.75% -
HSV(B) 197.45º 0.25% 0.85% -
XYZ 48.88 55.09 74.39 -
YUV 192.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 163 202 218 0.25 0.07 0 0.15 197.45 0.43 0.75
Hex A3 CA DA 19 7 0 F C5 2B 4B
Octal 243 312 332 31 7 0 17 305 53 113
Binary 10100011 11001010 11011010 11001 111 0 1111 11000101 101011 1001011

Color Harmonies of #A3CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CADA

Black with #A3CADA

Text Example


Text Example

White with #A3CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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