Html Css Color HEX #ABCCD8 Regent St Blue

📋 copy color: '#ABCCD8'

red 171 ◦ green 204 ◦ blue 216

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

Shades of Regent St Blue #ABCCD8

Tints of Regent St Blue #ABCCD8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.52%

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

R = 28.93%
G = 34.52%
B = 36.55%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABCCD8 (or 0xABCCD8) is known color: Regent St Blue. HEX triplet: AB, CC and D8. RGB value is (171,204,216). Sum of RGB (Red+Green+Blue) = 171+204+216=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABCCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCD8 is #543327. Grayscale: #C3C3C3. Windows color (decimal): -5518120 or 14208171. OLE color: 14208171.

HSL color Cylindrical-coordinate representation of color #ABCCD8: hue angle of 196º 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 #ABCCD8 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 204 216 -
CMYK 0.21 0.06 0 0.15
HSL 196º 0.37% 0.76% -
HSV(B) 196º 0.21% 0.85% -
XYZ 50.78 56.8 73.25 -
YUV 195.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 171 204 216 0.21 0.06 0 0.15 196 0.37 0.76
Hex AB CC D8 15 6 0 F C4 25 4C
Octal 253 314 330 25 6 0 17 304 45 114
Binary 10101011 11001100 11011000 10101 110 0 1111 11000100 100101 1001100

Color Harmonies of #ABCCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCD8

Black with #ABCCD8

Text Example


Text Example

White with #ABCCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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