Html Css Color HEX #ABCED5 Regent St Blue

📋 copy color: '#ABCED5'

red 171 ◦ green 206 ◦ blue 213

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

Shades of Regent St Blue #ABCED5

Tints of Regent St Blue #ABCED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.92%

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

R = 28.98%
G = 34.92%
B = 36.1%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABCED5 (or 0xABCED5) is known color: Regent St Blue. HEX triplet: AB, CE and D5. RGB value is (171,206,213). Sum of RGB (Red+Green+Blue) = 171+206+213=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABCED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCED5 is #54312A. Grayscale: #C4C4C4. Windows color (decimal): -5517611 or 14012075. OLE color: 14012075.

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

Color convert

RGB 171 206 213 -
CMYK 0.20 0.03 0 0.16
HSL 190º 0.33% 0.75% -
HSV(B) 190º 0.2% 0.84% -
XYZ 50.88 57.6 71.39 -
YUV 196.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 171 206 213 0.20 0.03 0 0.16 190 0.33 0.75
Hex AB CE D5 14 3 0 10 BE 21 4B
Octal 253 316 325 24 3 0 20 276 41 113
Binary 10101011 11001110 11010101 10100 11 0 10000 10111110 100001 1001011

Color Harmonies of #ABCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCED5

Black with #ABCED5

Text Example


Text Example

White with #ABCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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