Html Css Color HEX #A5C3CB Regent St Blue

📋 copy color: '#A5C3CB'

red 165 ◦ green 195 ◦ blue 203

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

Shades of Regent St Blue #A5C3CB

Tints of Regent St Blue #A5C3CB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.64%

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 29.31%
G = 34.64%
B = 36.06%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5C3CB (or 0xA5C3CB) is known color: Regent St Blue. HEX triplet: A5, C3 and CB. RGB value is (165,195,203). Sum of RGB (Red+Green+Blue) = 165+195+203=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C3CB is #5A3C34. Grayscale: #BABABA. Windows color (decimal): -5913653 or 13353893. OLE color: 13353893.

HSL color Cylindrical-coordinate representation of color #A5C3CB: hue angle of 192.63º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5C3CB is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 195 203 -
CMYK 0.19 0.04 0 0.20
HSL 192.63º 0.27% 0.72% -
HSV(B) 192.63º 0.19% 0.8% -
XYZ 45.81 51.34 64 -
YUV 186.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 165 195 203 0.19 0.04 0 0.20 192.63 0.27 0.72
Hex A5 C3 CB 13 4 0 14 C1 1B 48
Octal 245 303 313 23 4 0 24 301 33 110
Binary 10100101 11000011 11001011 10011 100 0 10100 11000001 11011 1001000

Color Harmonies of #A5C3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C3CB

Black with #A5C3CB

Text Example


Text Example

White with #A5C3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C3CB; }

 p { color: rgb(165,195,203); }

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

background-color css

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

 a { background-color: rgb(165,195,203); }

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

border-color css

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

 span { border-color: rgb(165,195,203); }

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