Html Css Color HEX #A5CDDB Regent St Blue

📋 copy color: '#A5CDDB'

red 165 ◦ green 205 ◦ blue 219

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

Shades of Regent St Blue #A5CDDB

Tints of Regent St Blue #A5CDDB

RGB

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

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

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

R = 28.01%
G = 34.8%
B = 37.18%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5CDDB (or 0xA5CDDB) is known color: Regent St Blue. HEX triplet: A5, CD and DB. RGB value is (165,205,219). Sum of RGB (Red+Green+Blue) = 165+205+219=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDDB is #5A3224. Grayscale: #C2C2C2. Windows color (decimal): -5911077 or 14405029. OLE color: 14405029.

HSL color Cylindrical-coordinate representation of color #A5CDDB: hue angle of 195.56º 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 #A5CDDB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 205 219 -
CMYK 0.25 0.06 0 0.14
HSL 195.56º 0.43% 0.75% -
HSV(B) 195.56º 0.25% 0.86% -
XYZ 50.13 56.78 75.33 -
YUV 194.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 165 205 219 0.25 0.06 0 0.14 195.56 0.43 0.75
Hex A5 CD DB 19 6 0 E C4 2B 4B
Octal 245 315 333 31 6 0 16 304 53 113
Binary 10100101 11001101 11011011 11001 110 0 1110 11000100 101011 1001011

Color Harmonies of #A5CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDDB

Black with #A5CDDB

Text Example


Text Example

White with #A5CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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