Html Css Color HEX #ADCED3 Regent St Blue

📋 copy color: '#ADCED3'

red 173 ◦ green 206 ◦ blue 211

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

Shades of Regent St Blue #ADCED3

Tints of Regent St Blue #ADCED3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.92%

 BLUE value IS 211 (82.81% from 255) = 35.76%

R = 29.32%
G = 34.92%
B = 35.76%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ADCED3 (or 0xADCED3) is known color: Regent St Blue. HEX triplet: AD, CE and D3. RGB value is (173,206,211). Sum of RGB (Red+Green+Blue) = 173+206+211=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADCED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCED3 is #52312C. Grayscale: #C4C4C4. Windows color (decimal): -5386541 or 13881005. OLE color: 13881005.

HSL color Cylindrical-coordinate representation of color #ADCED3: hue angle of 187.89º degrees, saturation: 0.3, 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 #ADCED3 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 206 211 -
CMYK 0.18 0.02 0 0.17
HSL 187.89º 0.3% 0.75% -
HSV(B) 187.89º 0.18% 0.83% -
XYZ 51.06 57.73 70.08 -
YUV 196.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 173 206 211 0.18 0.02 0 0.17 187.89 0.3 0.75
Hex AD CE D3 12 2 0 11 BC 1E 4B
Octal 255 316 323 22 2 0 21 274 36 113
Binary 10101101 11001110 11010011 10010 10 0 10001 10111100 11110 1001011

Color Harmonies of #ADCED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCED3

Black with #ADCED3

Text Example


Text Example

White with #ADCED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCED3; }

 p { color: rgb(173,206,211); }

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

background-color css

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

 a { background-color: rgb(173,206,211); }

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

border-color css

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

 span { border-color: rgb(173,206,211); }

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