Html Css Color HEX #ABCDD7 Regent St Blue

📋 copy color: '#ABCDD7'

red 171 ◦ green 205 ◦ blue 215

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

Shades of Regent St Blue #ABCDD7

Tints of Regent St Blue #ABCDD7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.69%

 BLUE value IS 215 (84.38% from 255) = 36.38%

R = 28.93%
G = 34.69%
B = 36.38%

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

#ABCDD7 (or 0xABCDD7) is known color: Regent St Blue. HEX triplet: AB, CD and D7. RGB value is (171,205,215). Sum of RGB (Red+Green+Blue) = 171+205+215=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABCDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDD7 is #543228. Grayscale: #C3C3C3. Windows color (decimal): -5517865 or 14142891. OLE color: 14142891.

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

Color convert

RGB 171 205 215 -
CMYK 0.20 0.05 0 0.16
HSL 193.64º 0.35% 0.76% -
HSV(B) 193.64º 0.2% 0.84% -
XYZ 50.89 57.23 72.65 -
YUV 195.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 171 205 215 0.20 0.05 0 0.16 193.64 0.35 0.76
Hex AB CD D7 14 5 0 10 C2 23 4C
Octal 253 315 327 24 5 0 20 302 43 114
Binary 10101011 11001101 11010111 10100 101 0 10000 11000010 100011 1001100

Color Harmonies of #ABCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDD7

Black with #ABCDD7

Text Example


Text Example

White with #ABCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDD7; }

 p { color: rgb(171,205,215); }

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

background-color css

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

 a { background-color: rgb(171,205,215); }

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

border-color css

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

 span { border-color: rgb(171,205,215); }

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