Html Css Color HEX #ABCDD2 Regent St Blue

📋 copy color: '#ABCDD2'

red 171 ◦ green 205 ◦ blue 210

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

Shades of Regent St Blue #ABCDD2

Tints of Regent St Blue #ABCDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.84%

R = 29.18%
G = 34.98%
B = 35.84%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABCDD2 (or 0xABCDD2) is known color: Regent St Blue. HEX triplet: AB, CD and D2. RGB value is (171,205,210). Sum of RGB (Red+Green+Blue) = 171+205+210=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABCDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDD2 is #54322D. Grayscale: #C3C3C3. Windows color (decimal): -5517870 or 13815211. OLE color: 13815211.

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

Color convert

RGB 171 205 210 -
CMYK 0.19 0.02 0 0.18
HSL 187.69º 0.3% 0.75% -
HSV(B) 187.69º 0.19% 0.82% -
XYZ 50.26 56.97 69.32 -
YUV 195.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 171 205 210 0.19 0.02 0 0.18 187.69 0.3 0.75
Hex AB CD D2 13 2 0 12 BC 1E 4B
Octal 253 315 322 23 2 0 22 274 36 113
Binary 10101011 11001101 11010010 10011 10 0 10010 10111100 11110 1001011

Color Harmonies of #ABCDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDD2

Black with #ABCDD2

Text Example


Text Example

White with #ABCDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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