Html Css Color HEX #A5CCD5 Regent St Blue

📋 copy color: '#A5CCD5'

red 165 ◦ green 204 ◦ blue 213

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

Shades of Regent St Blue #A5CCD5

Tints of Regent St Blue #A5CCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.05%

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

R = 28.35%
G = 35.05%
B = 36.6%

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

#A5CCD5 (or 0xA5CCD5) is known color: Regent St Blue. HEX triplet: A5, CC and D5. RGB value is (165,204,213). Sum of RGB (Red+Green+Blue) = 165+204+213=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #A5CCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCD5 is #5A332A. Grayscale: #C1C1C1. Windows color (decimal): -5911339 or 14011557. OLE color: 14011557.

HSL color Cylindrical-coordinate representation of color #A5CCD5: hue angle of 191.25º 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 #A5CCD5 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 204 213 -
CMYK 0.23 0.04 0 0.16
HSL 191.25º 0.36% 0.74% -
HSV(B) 191.25º 0.23% 0.84% -
XYZ 49.12 55.99 71.17 -
YUV 193.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 165 204 213 0.23 0.04 0 0.16 191.25 0.36 0.74
Hex A5 CC D5 17 4 0 10 BF 24 4A
Octal 245 314 325 27 4 0 20 277 44 112
Binary 10100101 11001100 11010101 10111 100 0 10000 10111111 100100 1001010

Color Harmonies of #A5CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCD5

Black with #A5CCD5

Text Example


Text Example

White with #A5CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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