Html Css Color HEX #A5CBDB Regent St Blue

📋 copy color: '#A5CBDB'

red 165 ◦ green 203 ◦ blue 219

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

Shades of Regent St Blue #A5CBDB

Tints of Regent St Blue #A5CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.58%

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

R = 28.11%
G = 34.58%
B = 37.31%

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

#A5CBDB (or 0xA5CBDB) is known color: Regent St Blue. HEX triplet: A5, CB and DB. RGB value is (165,203,219). Sum of RGB (Red+Green+Blue) = 165+203+219=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBDB is #5A3424. Grayscale: #C1C1C1. Windows color (decimal): -5911589 or 14404517. OLE color: 14404517.

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

Color convert

RGB 165 203 219 -
CMYK 0.25 0.07 0 0.14
HSL 197.78º 0.43% 0.75% -
HSV(B) 197.78º 0.25% 0.86% -
XYZ 49.66 55.83 75.18 -
YUV 193.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 165 203 219 0.25 0.07 0 0.14 197.78 0.43 0.75
Hex A5 CB DB 19 7 0 E C6 2B 4B
Octal 245 313 333 31 7 0 16 306 53 113
Binary 10100101 11001011 11011011 11001 111 0 1110 11000110 101011 1001011

Color Harmonies of #A5CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBDB

Black with #A5CBDB

Text Example


Text Example

White with #A5CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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