Html Css Color HEX #ABD2D7 Regent St Blue

📋 copy color: '#ABD2D7'

red 171 ◦ green 210 ◦ blue 215

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

Shades of Regent St Blue #ABD2D7

Tints of Regent St Blue #ABD2D7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

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

R = 28.69%
G = 35.23%
B = 36.07%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABD2D7 (or 0xABD2D7) is known color: Regent St Blue. HEX triplet: AB, D2 and D7. RGB value is (171,210,215). Sum of RGB (Red+Green+Blue) = 171+210+215=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABD2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2D7 is #542D28. Grayscale: #C6C6C6. Windows color (decimal): -5516585 or 14144171. OLE color: 14144171.

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

Color convert

RGB 171 210 215 -
CMYK 0.20 0.02 0 0.16
HSL 186.82º 0.35% 0.76% -
HSV(B) 186.82º 0.2% 0.84% -
XYZ 52.11 59.66 73.06 -
YUV 198.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 171 210 215 0.20 0.02 0 0.16 186.82 0.35 0.76
Hex AB D2 D7 14 2 0 10 BB 23 4C
Octal 253 322 327 24 2 0 20 273 43 114
Binary 10101011 11010010 11010111 10100 10 0 10000 10111011 100011 1001100

Color Harmonies of #ABD2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD2D7

Black with #ABD2D7

Text Example


Text Example

White with #ABD2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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