Html Css Color HEX #A5CDD5 Regent St Blue

📋 copy color: '#A5CDD5'

red 165 ◦ green 205 ◦ blue 213

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

Shades of Regent St Blue #A5CDD5

Tints of Regent St Blue #A5CDD5

RGB

 RED value IS 165 (64.84% from 255) = 28.3%

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

 BLUE value IS 213 (83.59% from 255) = 36.54%

R = 28.3%
G = 35.16%
B = 36.54%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A5CDD5 (or 0xA5CDD5) is known color: Regent St Blue. HEX triplet: A5, CD and D5. RGB value is (165,205,213). Sum of RGB (Red+Green+Blue) = 165+205+213=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #A5CDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDD5 is #5A322A. Grayscale: #C1C1C1. Windows color (decimal): -5911083 or 14011813. OLE color: 14011813.

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

Color convert

RGB 165 205 213 -
CMYK 0.23 0.04 0 0.16
HSL 190º 0.36% 0.74% -
HSV(B) 190º 0.23% 0.84% -
XYZ 49.36 56.47 71.25 -
YUV 193.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 165 205 213 0.23 0.04 0 0.16 190 0.36 0.74
Hex A5 CD D5 17 4 0 10 BE 24 4A
Octal 245 315 325 27 4 0 20 276 44 112
Binary 10100101 11001101 11010101 10111 100 0 10000 10111110 100100 1001010

Color Harmonies of #A5CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDD5

Black with #A5CDD5

Text Example


Text Example

White with #A5CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDD5; }

 p { color: rgb(165,205,213); }

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

background-color css

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

 a { background-color: rgb(165,205,213); }

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

border-color css

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

 span { border-color: rgb(165,205,213); }

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