Html Css Color HEX #ADCFD6 Regent St Blue

📋 copy color: '#ADCFD6'

red 173 ◦ green 207 ◦ blue 214

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

Shades of Regent St Blue #ADCFD6

Tints of Regent St Blue #ADCFD6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

 BLUE value IS 214 (83.98% from 255) = 36.03%

R = 29.12%
G = 34.85%
B = 36.03%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADCFD6 (or 0xADCFD6) is known color: Regent St Blue. HEX triplet: AD, CF and D6. RGB value is (173,207,214). Sum of RGB (Red+Green+Blue) = 173+207+214=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADCFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFD6 is #523029. Grayscale: #C5C5C5. Windows color (decimal): -5386282 or 14077869. OLE color: 14077869.

HSL color Cylindrical-coordinate representation of color #ADCFD6: hue angle of 190.24º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADCFD6 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 207 214 -
CMYK 0.19 0.03 0 0.16
HSL 190.24º 0.33% 0.76% -
HSV(B) 190.24º 0.19% 0.84% -
XYZ 51.68 58.36 72.16 -
YUV 197.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 173 207 214 0.19 0.03 0 0.16 190.24 0.33 0.76
Hex AD CF D6 13 3 0 10 BE 21 4C
Octal 255 317 326 23 3 0 20 276 41 114
Binary 10101101 11001111 11010110 10011 11 0 10000 10111110 100001 1001100

Color Harmonies of #ADCFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFD6

Black with #ADCFD6

Text Example


Text Example

White with #ADCFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFD6; }

 p { color: rgb(173,207,214); }

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

background-color css

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

 a { background-color: rgb(173,207,214); }

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

border-color css

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

 span { border-color: rgb(173,207,214); }

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