Html Css Color HEX #ABCCD6 Regent St Blue

📋 copy color: '#ABCCD6'

red 171 ◦ green 204 ◦ blue 214

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

Shades of Regent St Blue #ABCCD6

Tints of Regent St Blue #ABCCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.33%

R = 29.03%
G = 34.63%
B = 36.33%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABCCD6 (or 0xABCCD6) is known color: Regent St Blue. HEX triplet: AB, CC and D6. RGB value is (171,204,214). Sum of RGB (Red+Green+Blue) = 171+204+214=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABCCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCD6 is #543329. Grayscale: #C3C3C3. Windows color (decimal): -5518122 or 14077099. OLE color: 14077099.

HSL color Cylindrical-coordinate representation of color #ABCCD6: hue angle of 193.95º degrees, saturation: 0.34, 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 #ABCCD6 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 204 214 -
CMYK 0.20 0.05 0 0.16
HSL 193.95º 0.34% 0.75% -
HSV(B) 193.95º 0.2% 0.84% -
XYZ 50.53 56.7 71.9 -
YUV 195.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 171 204 214 0.20 0.05 0 0.16 193.95 0.34 0.75
Hex AB CC D6 14 5 0 10 C2 22 4B
Octal 253 314 326 24 5 0 20 302 42 113
Binary 10101011 11001100 11010110 10100 101 0 10000 11000010 100010 1001011

Color Harmonies of #ABCCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCD6

Black with #ABCCD6

Text Example


Text Example

White with #ABCCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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