Html Css Color HEX #ABCBD0 Regent St Blue

📋 copy color: '#ABCBD0'

red 171 ◦ green 203 ◦ blue 208

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

Shades of Regent St Blue #ABCBD0

Tints of Regent St Blue #ABCBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 29.38%
G = 34.88%
B = 35.74%

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

#ABCBD0 (or 0xABCBD0) is known color: Regent St Blue. HEX triplet: AB, CB and D0. RGB value is (171,203,208). Sum of RGB (Red+Green+Blue) = 171+203+208=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABCBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBD0 is #54342F. Grayscale: #C1C1C1. Windows color (decimal): -5518384 or 13683627. OLE color: 13683627.

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

Color convert

RGB 171 203 208 -
CMYK 0.18 0.02 0 0.18
HSL 188.11º 0.28% 0.74% -
HSV(B) 188.11º 0.18% 0.82% -
XYZ 49.54 55.92 67.86 -
YUV 194 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 171 203 208 0.18 0.02 0 0.18 188.11 0.28 0.74
Hex AB CB D0 12 2 0 12 BC 1C 4A
Octal 253 313 320 22 2 0 22 274 34 112
Binary 10101011 11001011 11010000 10010 10 0 10010 10111100 11100 1001010

Color Harmonies of #ABCBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBD0

Black with #ABCBD0

Text Example


Text Example

White with #ABCBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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