Html Css Color HEX #ABCBD6 Regent St Blue

📋 copy color: '#ABCBD6'

red 171 ◦ green 203 ◦ blue 214

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

Shades of Regent St Blue #ABCBD6

Tints of Regent St Blue #ABCBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.52%

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

R = 29.08%
G = 34.52%
B = 36.39%

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

#ABCBD6 (or 0xABCBD6) is known color: Regent St Blue. HEX triplet: AB, CB and D6. RGB value is (171,203,214). Sum of RGB (Red+Green+Blue) = 171+203+214=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABCBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBD6 is #543429. Grayscale: #C2C2C2. Windows color (decimal): -5518378 or 14076843. OLE color: 14076843.

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

Color convert

RGB 171 203 214 -
CMYK 0.20 0.05 0 0.16
HSL 195.35º 0.34% 0.75% -
HSV(B) 195.35º 0.2% 0.84% -
XYZ 50.29 56.22 71.82 -
YUV 194.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 171 203 214 0.20 0.05 0 0.16 195.35 0.34 0.75
Hex AB CB D6 14 5 0 10 C3 22 4B
Octal 253 313 326 24 5 0 20 303 42 113
Binary 10101011 11001011 11010110 10100 101 0 10000 11000011 100010 1001011

Color Harmonies of #ABCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBD6

Black with #ABCBD6

Text Example


Text Example

White with #ABCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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