Html Css Color HEX #A1CEDB Regent St Blue

📋 copy color: '#A1CEDB'

red 161 ◦ green 206 ◦ blue 219

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

Shades of Regent St Blue #A1CEDB

Tints of Regent St Blue #A1CEDB

RGB

 RED value IS 161 (63.28% from 255) = 27.47%

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

 BLUE value IS 219 (85.94% from 255) = 37.37%

R = 27.47%
G = 35.15%
B = 37.37%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1CEDB (or 0xA1CEDB) is known color: Regent St Blue. HEX triplet: A1, CE and DB. RGB value is (161,206,219). Sum of RGB (Red+Green+Blue) = 161+206+219=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEDB is #5E3124. Grayscale: #C1C1C1. Windows color (decimal): -6172965 or 14405281. OLE color: 14405281.

HSL color Cylindrical-coordinate representation of color #A1CEDB: hue angle of 193.45º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1CEDB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 206 219 -
CMYK 0.26 0.06 0 0.14
HSL 193.45º 0.45% 0.75% -
HSV(B) 193.45º 0.26% 0.86% -
XYZ 49.56 56.83 75.38 -
YUV 194.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 161 206 219 0.26 0.06 0 0.14 193.45 0.45 0.75
Hex A1 CE DB 1A 6 0 E C1 2D 4B
Octal 241 316 333 32 6 0 16 301 55 113
Binary 10100001 11001110 11011011 11010 110 0 1110 11000001 101101 1001011

Color Harmonies of #A1CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CEDB

Black with #A1CEDB

Text Example


Text Example

White with #A1CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CEDB; }

 p { color: rgb(161,206,219); }

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

background-color css

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

 a { background-color: rgb(161,206,219); }

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

border-color css

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

 span { border-color: rgb(161,206,219); }

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