Html Css Color HEX #ADCBD4 Regent St Blue

📋 copy color: '#ADCBD4'

red 173 ◦ green 203 ◦ blue 212

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

Shades of Regent St Blue #ADCBD4

Tints of Regent St Blue #ADCBD4

RGB

 RED value IS 173 (67.97% from 255) = 29.42%

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

 BLUE value IS 212 (83.2% from 255) = 36.05%

R = 29.42%
G = 34.52%
B = 36.05%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ADCBD4 (or 0xADCBD4) is known color: Regent St Blue. HEX triplet: AD, CB and D4. RGB value is (173,203,212). Sum of RGB (Red+Green+Blue) = 173+203+212=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADCBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBD4 is #52342B. Grayscale: #C2C2C2. Windows color (decimal): -5387308 or 13945773. OLE color: 13945773.

HSL color Cylindrical-coordinate representation of color #ADCBD4: hue angle of 193.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADCBD4 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 203 212 -
CMYK 0.18 0.04 0 0.17
HSL 193.85º 0.31% 0.75% -
HSV(B) 193.85º 0.18% 0.83% -
XYZ 50.47 56.35 70.5 -
YUV 195.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 173 203 212 0.18 0.04 0 0.17 193.85 0.31 0.75
Hex AD CB D4 12 4 0 11 C2 1F 4B
Octal 255 313 324 22 4 0 21 302 37 113
Binary 10101101 11001011 11010100 10010 100 0 10001 11000010 11111 1001011

Color Harmonies of #ADCBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBD4

Black with #ADCBD4

Text Example


Text Example

White with #ADCBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBD4; }

 p { color: rgb(173,203,212); }

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

background-color css

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

 a { background-color: rgb(173,203,212); }

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

border-color css

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

 span { border-color: rgb(173,203,212); }

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