Html Css Color HEX #ABC8D0 Regent St Blue

📋 copy color: '#ABC8D0'

red 171 ◦ green 200 ◦ blue 208

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

Shades of Regent St Blue #ABC8D0

Tints of Regent St Blue #ABC8D0

RGB

 RED value IS 171 (67.19% from 255) = 29.53%

 GREEN value IS 200 (78.52% from 255) = 34.54%

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 29.53%
G = 34.54%
B = 35.92%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABC8D0 (or 0xABC8D0) is known color: Regent St Blue. HEX triplet: AB, C8 and D0. RGB value is (171,200,208). Sum of RGB (Red+Green+Blue) = 171+200+208=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABC8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8D0 is #54372F. Grayscale: #C0C0C0. Windows color (decimal): -5519152 or 13682859. OLE color: 13682859.

HSL color Cylindrical-coordinate representation of color #ABC8D0: hue angle of 192.97º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC8D0 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 200 208 -
CMYK 0.18 0.04 0 0.18
HSL 192.97º 0.28% 0.74% -
HSV(B) 192.97º 0.18% 0.82% -
XYZ 48.83 54.52 67.62 -
YUV 192.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 171 200 208 0.18 0.04 0 0.18 192.97 0.28 0.74
Hex AB C8 D0 12 4 0 12 C1 1C 4A
Octal 253 310 320 22 4 0 22 301 34 112
Binary 10101011 11001000 11010000 10010 100 0 10010 11000001 11100 1001010

Color Harmonies of #ABC8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8D0

Black with #ABC8D0

Text Example


Text Example

White with #ABC8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8D0; }

 p { color: rgb(171,200,208); }

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

background-color css

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

 a { background-color: rgb(171,200,208); }

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

border-color css

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

 span { border-color: rgb(171,200,208); }

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