Html Css Color HEX #A1CBD6 Regent St Blue

📋 copy color: '#A1CBD6'

red 161 ◦ green 203 ◦ blue 214

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

Shades of Regent St Blue #A1CBD6

Tints of Regent St Blue #A1CBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.12%

 BLUE value IS 214 (83.98% from 255) = 37.02%

R = 27.85%
G = 35.12%
B = 37.02%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A1CBD6 (or 0xA1CBD6) is known color: Regent St Blue. HEX triplet: A1, CB and D6. RGB value is (161,203,214). Sum of RGB (Red+Green+Blue) = 161+203+214=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #A1CBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBD6 is #5E3429. Grayscale: #BFBFBF. Windows color (decimal): -6173738 or 14076833. OLE color: 14076833.

HSL color Cylindrical-coordinate representation of color #A1CBD6: hue angle of 192.45º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1CBD6 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 203 214 -
CMYK 0.25 0.05 0 0.16
HSL 192.45º 0.39% 0.74% -
HSV(B) 192.45º 0.25% 0.84% -
XYZ 48.19 55.14 71.72 -
YUV 191.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 161 203 214 0.25 0.05 0 0.16 192.45 0.39 0.74
Hex A1 CB D6 19 5 0 10 C0 27 4A
Octal 241 313 326 31 5 0 20 300 47 112
Binary 10100001 11001011 11010110 11001 101 0 10000 11000000 100111 1001010

Color Harmonies of #A1CBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBD6

Black with #A1CBD6

Text Example


Text Example

White with #A1CBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBD6; }

 p { color: rgb(161,203,214); }

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

background-color css

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

 a { background-color: rgb(161,203,214); }

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

border-color css

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

 span { border-color: rgb(161,203,214); }

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