Html Css Color HEX #ABCCD5 Regent St Blue

📋 copy color: '#ABCCD5'

red 171 ◦ green 204 ◦ blue 213

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

Shades of Regent St Blue #ABCCD5

Tints of Regent St Blue #ABCCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.22%

R = 29.08%
G = 34.69%
B = 36.22%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABCCD5 (or 0xABCCD5) is known color: Regent St Blue. HEX triplet: AB, CC and D5. RGB value is (171,204,213). Sum of RGB (Red+Green+Blue) = 171+204+213=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABCCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCD5 is #54332A. Grayscale: #C3C3C3. Windows color (decimal): -5518123 or 14011563. OLE color: 14011563.

HSL color Cylindrical-coordinate representation of color #ABCCD5: hue angle of 192.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABCCD5 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 204 213 -
CMYK 0.20 0.04 0 0.16
HSL 192.86º 0.33% 0.75% -
HSV(B) 192.86º 0.2% 0.84% -
XYZ 50.4 56.65 71.23 -
YUV 195.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 171 204 213 0.20 0.04 0 0.16 192.86 0.33 0.75
Hex AB CC D5 14 4 0 10 C1 21 4B
Octal 253 314 325 24 4 0 20 301 41 113
Binary 10101011 11001100 11010101 10100 100 0 10000 11000001 100001 1001011

Color Harmonies of #ABCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCD5

Black with #ABCCD5

Text Example


Text Example

White with #ABCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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