Html Css Color HEX #ABCDD5 Regent St Blue

📋 copy color: '#ABCDD5'

red 171 ◦ green 205 ◦ blue 213

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

Shades of Regent St Blue #ABCDD5

Tints of Regent St Blue #ABCDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.16%

R = 29.03%
G = 34.8%
B = 36.16%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABCDD5 (or 0xABCDD5) is known color: Regent St Blue. HEX triplet: AB, CD and D5. RGB value is (171,205,213). Sum of RGB (Red+Green+Blue) = 171+205+213=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABCDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDD5 is #54322A. Grayscale: #C3C3C3. Windows color (decimal): -5517867 or 14011819. OLE color: 14011819.

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

Color convert

RGB 171 205 213 -
CMYK 0.20 0.04 0 0.16
HSL 191.43º 0.33% 0.75% -
HSV(B) 191.43º 0.2% 0.84% -
XYZ 50.64 57.12 71.31 -
YUV 195.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 171 205 213 0.20 0.04 0 0.16 191.43 0.33 0.75
Hex AB CD D5 14 4 0 10 BF 21 4B
Octal 253 315 325 24 4 0 20 277 41 113
Binary 10101011 11001101 11010101 10100 100 0 10000 10111111 100001 1001011

Color Harmonies of #ABCDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDD5

Black with #ABCDD5

Text Example


Text Example

White with #ABCDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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