Html Css Color HEX #ABCCD2 Regent St Blue

📋 copy color: '#ABCCD2'

red 171 ◦ green 204 ◦ blue 210

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

Shades of Regent St Blue #ABCCD2

Tints of Regent St Blue #ABCCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.9%

R = 29.23%
G = 34.87%
B = 35.9%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABCCD2 (or 0xABCCD2) is known color: Regent St Blue. HEX triplet: AB, CC and D2. RGB value is (171,204,210). Sum of RGB (Red+Green+Blue) = 171+204+210=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABCCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCD2 is #54332D. Grayscale: #C2C2C2. Windows color (decimal): -5518126 or 13814955. OLE color: 13814955.

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

Color convert

RGB 171 204 210 -
CMYK 0.19 0.03 0 0.18
HSL 189.23º 0.3% 0.75% -
HSV(B) 189.23º 0.19% 0.82% -
XYZ 50.02 56.5 69.24 -
YUV 194.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 171 204 210 0.19 0.03 0 0.18 189.23 0.3 0.75
Hex AB CC D2 13 3 0 12 BD 1E 4B
Octal 253 314 322 23 3 0 22 275 36 113
Binary 10101011 11001100 11010010 10011 11 0 10010 10111101 11110 1001011

Color Harmonies of #ABCCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCD2

Black with #ABCCD2

Text Example


Text Example

White with #ABCCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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