Html Css Color HEX #A4CADA Regent St Blue

📋 copy color: '#A4CADA'

red 164 ◦ green 202 ◦ blue 218

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

Shades of Regent St Blue #A4CADA

Tints of Regent St Blue #A4CADA

RGB

 RED value IS 164 (64.45% from 255) = 28.08%

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

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

R = 28.08%
G = 34.59%
B = 37.33%

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

#A4CADA (or 0xA4CADA) is known color: Regent St Blue. HEX triplet: A4, CA and DA. RGB value is (164,202,218). Sum of RGB (Red+Green+Blue) = 164+202+218=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #A4CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CADA is #5B3525. Grayscale: #C0C0C0. Windows color (decimal): -5977382 or 14338724. OLE color: 14338724.

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

Color convert

RGB 164 202 218 -
CMYK 0.25 0.07 0 0.15
HSL 197.78º 0.42% 0.75% -
HSV(B) 197.78º 0.25% 0.85% -
XYZ 49.09 55.2 74.4 -
YUV 192.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 164 202 218 0.25 0.07 0 0.15 197.78 0.42 0.75
Hex A4 CA DA 19 7 0 F C6 2A 4B
Octal 244 312 332 31 7 0 17 306 52 113
Binary 10100100 11001010 11011010 11001 111 0 1111 11000110 101010 1001011

Color Harmonies of #A4CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CADA

Black with #A4CADA

Text Example


Text Example

White with #A4CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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