Html Css Color HEX #ABCCD1 Regent St Blue

📋 copy color: '#ABCCD1'

red 171 ◦ green 204 ◦ blue 209

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

Shades of Regent St Blue #ABCCD1

Tints of Regent St Blue #ABCCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.79%

R = 29.28%
G = 34.93%
B = 35.79%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABCCD1 (or 0xABCCD1) is known color: Regent St Blue. HEX triplet: AB, CC and D1. RGB value is (171,204,209). Sum of RGB (Red+Green+Blue) = 171+204+209=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABCCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCD1 is #54332E. Grayscale: #C2C2C2. Windows color (decimal): -5518127 or 13749419. OLE color: 13749419.

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

Color convert

RGB 171 204 209 -
CMYK 0.18 0.02 0 0.18
HSL 187.89º 0.29% 0.75% -
HSV(B) 187.89º 0.18% 0.82% -
XYZ 49.9 56.45 68.59 -
YUV 194.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 171 204 209 0.18 0.02 0 0.18 187.89 0.29 0.75
Hex AB CC D1 12 2 0 12 BC 1D 4B
Octal 253 314 321 22 2 0 22 274 35 113
Binary 10101011 11001100 11010001 10010 10 0 10010 10111100 11101 1001011

Color Harmonies of #ABCCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCD1

Black with #ABCCD1

Text Example


Text Example

White with #ABCCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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