Html Css Color HEX #A4CBDB Regent St Blue

📋 copy color: '#A4CBDB'

red 164 ◦ green 203 ◦ blue 219

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

Shades of Regent St Blue #A4CBDB

Tints of Regent St Blue #A4CBDB

RGB

 RED value IS 164 (64.45% from 255) = 27.99%

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

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

R = 27.99%
G = 34.64%
B = 37.37%

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

#A4CBDB (or 0xA4CBDB) is known color: Regent St Blue. HEX triplet: A4, CB and DB. RGB value is (164,203,219). Sum of RGB (Red+Green+Blue) = 164+203+219=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBDB is #5B3424. Grayscale: #C1C1C1. Windows color (decimal): -5977125 or 14404516. OLE color: 14404516.

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

Color convert

RGB 164 203 219 -
CMYK 0.25 0.07 0 0.14
HSL 197.45º 0.43% 0.75% -
HSV(B) 197.45º 0.25% 0.86% -
XYZ 49.45 55.72 75.17 -
YUV 193.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 164 203 219 0.25 0.07 0 0.14 197.45 0.43 0.75
Hex A4 CB DB 19 7 0 E C5 2B 4B
Octal 244 313 333 31 7 0 16 305 53 113
Binary 10100100 11001011 11011011 11001 111 0 1110 11000101 101011 1001011

Color Harmonies of #A4CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CBDB

Black with #A4CBDB

Text Example


Text Example

White with #A4CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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