Html Css Color HEX #A5CCDB Regent St Blue

📋 copy color: '#A5CCDB'

red 165 ◦ green 204 ◦ blue 219

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

Shades of Regent St Blue #A5CCDB

Tints of Regent St Blue #A5CCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 28.06%
G = 34.69%
B = 37.24%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5CCDB (or 0xA5CCDB) is known color: Regent St Blue. HEX triplet: A5, CC and DB. RGB value is (165,204,219). Sum of RGB (Red+Green+Blue) = 165+204+219=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCDB is #5A3324. Grayscale: #C1C1C1. Windows color (decimal): -5911333 or 14404773. OLE color: 14404773.

HSL color Cylindrical-coordinate representation of color #A5CCDB: hue angle of 196.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5CCDB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 204 219 -
CMYK 0.25 0.07 0 0.14
HSL 196.67º 0.43% 0.75% -
HSV(B) 196.67º 0.25% 0.86% -
XYZ 49.9 56.3 75.25 -
YUV 194.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 165 204 219 0.25 0.07 0 0.14 196.67 0.43 0.75
Hex A5 CC DB 19 7 0 E C5 2B 4B
Octal 245 314 333 31 7 0 16 305 53 113
Binary 10100101 11001100 11011011 11001 111 0 1110 11000101 101011 1001011

Color Harmonies of #A5CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCDB

Black with #A5CCDB

Text Example


Text Example

White with #A5CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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