Html Css Color HEX #ABC8D8 Regent St Blue

📋 copy color: '#ABC8D8'

red 171 ◦ green 200 ◦ blue 216

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

Shades of Regent St Blue #ABC8D8

Tints of Regent St Blue #ABC8D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.8%

R = 29.13%
G = 34.07%
B = 36.8%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABC8D8 (or 0xABC8D8) is known color: Regent St Blue. HEX triplet: AB, C8 and D8. RGB value is (171,200,216). Sum of RGB (Red+Green+Blue) = 171+200+216=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABC8D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8D8 is #543727. Grayscale: #C1C1C1. Windows color (decimal): -5519144 or 14207147. OLE color: 14207147.

HSL color Cylindrical-coordinate representation of color #ABC8D8: hue angle of 201.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC8D8 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 200 216 -
CMYK 0.21 0.07 0 0.15
HSL 201.33º 0.37% 0.76% -
HSV(B) 201.33º 0.21% 0.85% -
XYZ 49.84 54.92 72.94 -
YUV 193.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 171 200 216 0.21 0.07 0 0.15 201.33 0.37 0.76
Hex AB C8 D8 15 7 0 F C9 25 4C
Octal 253 310 330 25 7 0 17 311 45 114
Binary 10101011 11001000 11011000 10101 111 0 1111 11001001 100101 1001100

Color Harmonies of #ABC8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8D8

Black with #ABC8D8

Text Example


Text Example

White with #ABC8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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